You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should there be classes for the primitive elements? Current list includes:
Currently and most likely to be primitives
fileTransition: str() # for now # regex
initTransition: str() # for now # regex # only used in system; cf comments thereupon
processTransition: str() # for now # regex
Probably definitely primitives
port: int()
interfaceType: str() # the SELinux type for the interface # regex
path: str() # for now; likely # regex
role: str() # an SELinux role # regex
processType: str() # the actual SELinux type for the process # regex
folderType: str() # the actual SELinux type for the folder # regex
The text was updated successfully, but these errors were encountered:
Should there be classes for the primitive elements? Current list includes:
The text was updated successfully, but these errors were encountered: