policyrep: Expose names all for policy symbols.

This commit is contained in:
Chris PeBenito 2018-08-18 13:34:06 -04:00
parent 1448413c5c
commit bbb41965fd
3 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ cdef class Boolean(PolicySymbol):
cdef:
uintptr_t key
str name
readonly str name
readonly object state
@staticmethod

View File

@ -31,7 +31,7 @@ cdef class Common(PolicySymbol):
cdef:
uintptr_t key
str name
readonly str name
readonly dict _perm_table
@staticmethod
@ -96,7 +96,7 @@ cdef class ObjClass(PolicySymbol):
cdef:
sepol.class_datum_t *handle
uintptr_t key
str name
readonly str name
Common _common
readonly dict _perm_table
list _defaults

View File

@ -25,7 +25,7 @@ cdef class Role(PolicySymbol):
cdef:
uintptr_t key
str name
readonly str name
frozenset _types
@staticmethod