Home
last modified time | relevance | path

Searched refs:SECURITY_FS_USE_TRANS (Results 1 – 8 of 8) sorted by relevance

/third_party/selinux/libsepol/include/sepol/policydb/
Dservices.h236 #define SECURITY_FS_USE_TRANS 2 /* use transition SIDs, e.g. devpts/tmpfs */ macro
/third_party/selinux/libsepol/cil/src/
Dcil_internal.h851 CIL_FSUSE_TRANS = SECURITY_FS_USE_TRANS
/third_party/selinux/checkpolicy/
Dpolicy_parse.y771 {if (define_fs_use(SECURITY_FS_USE_TRANS)) return -1;}
Dcheckpolicy.c1059 case SECURITY_FS_USE_TRANS: in main()
/third_party/selinux/libsepol/src/
Dpolicydb_validate.c1151 case SECURITY_FS_USE_TRANS: in validate_ocontexts()
Dkernel_to_conf.c2504 case SECURITY_FS_USE_TRANS: behavior = "trans"; break; in write_selinux_fsuse_rules_to_conf()
Dkernel_to_cil.c2636 case SECURITY_FS_USE_TRANS: behavior = "trans"; break; in write_selinux_fsuse_rules_to_cil()
Dmodule_to_cil.c2807 case SECURITY_FS_USE_TRANS: behavior = "trans"; break; in ocontext_selinux_fsuse_to_cil()