Home
last modified time | relevance | path

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

/security/selinux/
Davc.c255 (xpd->used & XPERMS_ALLOWED)) in avc_xperms_has_perm()
258 (xpd->used & XPERMS_AUDITALLOW)) in avc_xperms_has_perm()
261 (xpd->used & XPERMS_DONTAUDIT)) in avc_xperms_has_perm()
308 dest->used = src->used; in avc_copy_xperms_decision()
309 if (dest->used & XPERMS_ALLOWED) in avc_copy_xperms_decision()
312 if (dest->used & XPERMS_AUDITALLOW) in avc_copy_xperms_decision()
315 if (dest->used & XPERMS_DONTAUDIT) in avc_copy_xperms_decision()
334 dest->used = src->used; in avc_quick_copy_xperms_decision()
335 if (dest->used & XPERMS_ALLOWED) in avc_quick_copy_xperms_decision()
337 if (dest->used & XPERMS_AUDITALLOW) in avc_quick_copy_xperms_decision()
[all …]
/security/loadpin/
DKconfig7 can be pinned to the first filesystem used for loading. When
9 rejected. This is best used on systems without an initrd that
/security/
DKconfig39 model will be used.
51 This will build the securityfs filesystem. It is currently used by
53 not used by SELinux or SMACK.
119 initial state as well as data reset protection. This is used to
184 been removed. This config is intended to be used only while
247 Select the security module that will be used by default if the
/security/integrity/evm/
DKconfig53 onto the '.evm' trusted keyring. A public key can be used to
/security/selinux/include/
Dsecurity.h130 u8 used; member
/security/tomoyo/
Dcommon.c2306 unsigned int used = tomoyo_memory_used[i]; in tomoyo_read_stat() local
2307 total += used; in tomoyo_read_stat()
2309 tomoyo_memory_headers[i], used); in tomoyo_read_stat()
2310 used = tomoyo_memory_quota[i]; in tomoyo_read_stat()
2311 if (used) in tomoyo_read_stat()
2312 tomoyo_io_printf(head, " (Quota: %10u)", used); in tomoyo_read_stat()
/security/integrity/ima/
DKconfig93 Select the default hash algorithm used for the measurement
/security/selinux/ss/
Dservices.c967 xpermd->used |= XPERMS_ALLOWED; in services_compute_xperms_decision()
978 xpermd->used |= XPERMS_AUDITALLOW; in services_compute_xperms_decision()
989 xpermd->used |= XPERMS_DONTAUDIT; in services_compute_xperms_decision()
1019 xpermd->used = 0; in security_compute_xperms_decision()