Open daipipiwan12 opened 3 years ago
you would associate the shared rules with one or more type attributes and then you would associate the type attributes with any types you want to associate with the rules.
https://github.com/SELinuxProject/selinux-notebook/blob/main/src/type_statements.md#typeattribute
I have a domain, like type AA with some MAC rules. How can I simply clone type AA? I need a new type BB have same MAC rules with type AA. I have to add some additional rules to type BB. Which key word can I use to do this clone job?