Sign in
android
/
platform
/
external
/
selinux
/
0db1ceb25e2795a469de4d73881a572520e1947f
/
.
/
libsepol
/
tests
/
policies
/
test-deps
/
modreq-bool-global.conf
blob: 4ef0cc9e0fc7b24764aaf196f3518daccf0a68fb [
file
] [
log
] [
blame
]
module
modreq_bool_global
1.0
;
require
{
bool
bool_req
;
class
file
{
read write
};
}
type
mod_global_t
;
type
a_t
;
type
b_t
;
if
(
bool_req
)
{
allow
a_t
b_t
:
file
{
read write
};
}