Sign in
nest-open-source
/
nest-cam
/
4320010
/
selinux
/
refs/heads/master
/
.
/
selinux
/
libsepol
/
tests
/
policies
/
test-deps
/
modreq-type-global.conf
blob: e5704a3eaf616232ee1686bc1dd51ae2832667e7 [
file
] [
log
] [
blame
] [
edit
]
module
modreq_type_global
1.0
;
require
{
type
type_req_t
;
class
file
{
read write
};
}
type
mod_global_t
;
type
test_t
;
allow
test_t
type_req_t
:
file
{
read write
};