Searched refs:revocation_enabled (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/sys/security/mac_lomac/ |
| D | mac_lomac.c | 128 static int revocation_enabled = 1; variable 129 SYSCTL_INT(_security_mac_lomac, OID_AUTO, revocation_enabled, CTLFLAG_RW, 130 &revocation_enabled, 0, "Revoke access to objects on relabel"); 131 TUNABLE_INT("security.mac.lomac.revocation_enabled", &revocation_enabled); 2453 if (!lomac_enabled || !revocation_enabled) in lomac_vnode_check_mmap_downgrade() 2490 if (!lomac_enabled || !revocation_enabled) in lomac_vnode_check_read() 2786 if (!lomac_enabled || !revocation_enabled) in lomac_vnode_check_write() 2858 if (lomac_enabled && revocation_enabled && in lomac_vnode_execve_transition() 2870 if (!lomac_enabled || !revocation_enabled) in lomac_vnode_execve_will_transition()
|
| /freebsd-9-stable/sys/security/mac_biba/ |
| D | mac_biba.c | 136 static int revocation_enabled = 0; variable 137 SYSCTL_INT(_security_mac_biba, OID_AUTO, revocation_enabled, CTLFLAG_RW, 138 &revocation_enabled, 0, "Revoke access to objects on relabel"); 139 TUNABLE_INT("security.mac.biba.revocation_enabled", &revocation_enabled); 1719 if (!biba_enabled || !revocation_enabled) in biba_posixshm_check_mmap() 3086 if (!biba_enabled || !revocation_enabled) in biba_vnode_check_mmap() 3135 if (!biba_enabled || !revocation_enabled) in biba_vnode_check_poll() 3153 if (!biba_enabled || !revocation_enabled) in biba_vnode_check_read() 3478 if (!biba_enabled || !revocation_enabled) in biba_vnode_check_write()
|
| /freebsd-9-stable/sys/security/mac_mls/ |
| D | mac_mls.c | 117 static int revocation_enabled = 0; variable 118 SYSCTL_INT(_security_mac_mls, OID_AUTO, revocation_enabled, CTLFLAG_RW, 119 &revocation_enabled, 0, "Revoke access to objects on relabel"); 120 TUNABLE_INT("security.mac.mls.revocation_enabled", &revocation_enabled); 2711 if (!mls_enabled || !revocation_enabled) in mls_vnode_check_mmap() 2760 if (!mls_enabled || !revocation_enabled) in mls_vnode_check_poll() 2778 if (!mls_enabled || !revocation_enabled) in mls_vnode_check_read() 3103 if (!mls_enabled || !revocation_enabled) in mls_vnode_check_write()
|
| /freebsd-9-stable/tools/tools/sysdoc/ |
| D | tunables.mdoc | 1791 security.mac.biba.revocation_enabled 1907 security.mac.mls.revocation_enabled
|