File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 118
118
(typeattribute foo_type)
119
119
(typeattribute bar_type)
120
120
(typeattribute baz_type)
121
+ (typeattribute bad_type)
121
122
(typeattribute not_bad_type)
123
+ (typeattribute empty_type)
122
124
(typeattributeset exec_type (or bin_t kernel_t))
123
125
(typeattributeset foo_type (and exec_type kernel_t))
124
126
(typeattributeset bar_type (xor exec_type foo_type))
125
127
(typeattributeset baz_type (not bin_t))
126
128
(typeattributeset baz_type (and exec_type (and bar_type bin_t)))
129
+ (typeattributeset bad_type (bad_t))
127
130
(typeattributeset not_bad_type (not bad_t))
131
+ (disjointattributes (bad_type not_bad_type empty_type))
128
132
(typealias sbin_t)
129
133
(typealiasactual sbin_t bin_t)
130
134
(typepermissive device_t)
You can’t perform that action at this time.
0 commit comments