Sign in
android
/
platform
/
external
/
selinux
/
a6034f1add4e325717fb186710f1f9ff09ebee65
/
.
/
libsepol
/
tests
/
policies
/
test-deps
/
modreq-attr-opt.conf
blob: b970c1d64ebf1bbb5ba0356cf143b325ad794cab [
file
] [
log
] [
blame
]
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
;
}