Sign in
nest-open-source
/
nest-cam
/
4320010
/
selinux
/
refs/heads/master
/
.
/
selinux
/
libsepol
/
tests
/
policies
/
test-deps
/
modreq-type-opt.conf
blob: 65071d78d7211554c2a232820efbc242982ac53c [
file
] [
log
] [
blame
] [
edit
]
module
modreq_type_opt
1.0
;
require
{
type
file_t
;
class
file
{
read write
};
}
type
mod_global_t
;
optional
{
require
{
type
type_req_t
;
}
type
mod_opt_t
;
allow
type_req_t
file_t
:
file
{
read write
};
}