mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-12 17:15:00 +00:00
17 lines
180 B
Plaintext
17 lines
180 B
Plaintext
|
module modreq_attr_opt 1.0;
|
||
|
|
||
|
require {
|
||
|
class file {read write};
|
||
|
|
||
|
}
|
||
|
|
||
|
type mod_global_t;
|
||
|
|
||
|
optional {
|
||
|
require {
|
||
|
attribute attr_req;
|
||
|
}
|
||
|
type mod_opt_t;
|
||
|
type new_t, attr_req;
|
||
|
}
|