We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38cd303 commit 0212cd0Copy full SHA for 0212cd0
secilc/test/policy.cil
@@ -118,13 +118,16 @@
118
(typeattribute foo_type)
119
(typeattribute bar_type)
120
(typeattribute baz_type)
121
+ (typeattribute bad_type)
122
(typeattribute not_bad_type)
123
(typeattributeset exec_type (or bin_t kernel_t))
124
(typeattributeset foo_type (and exec_type kernel_t))
125
(typeattributeset bar_type (xor exec_type foo_type))
126
(typeattributeset baz_type (not bin_t))
127
(typeattributeset baz_type (and exec_type (and bar_type bin_t)))
128
+ (typeattributeset bad_type (bad_t))
129
(typeattributeset not_bad_type (not bad_t))
130
+ (segregateattributes (bad_type not_bad_type))
131
(typealias sbin_t)
132
(typealiasactual sbin_t bin_t)
133
(typepermissive device_t)
0 commit comments