Searched refs:used (Results 1 – 11 of 11) sorted by relevance
198 (xpd->used & XPERMS_ALLOWED)) in avc_xperms_has_perm()201 (xpd->used & XPERMS_AUDITALLOW)) in avc_xperms_has_perm()204 (xpd->used & XPERMS_DONTAUDIT)) in avc_xperms_has_perm()253 dest->used = src->used; in avc_copy_xperms_decision()254 if (dest->used & XPERMS_ALLOWED) in avc_copy_xperms_decision()257 if (dest->used & XPERMS_AUDITALLOW) in avc_copy_xperms_decision()260 if (dest->used & XPERMS_DONTAUDIT) in avc_copy_xperms_decision()280 dest->used = src->used; in avc_quick_copy_xperms_decision()281 if (dest->used & XPERMS_ALLOWED) in avc_quick_copy_xperms_decision()283 if (dest->used & XPERMS_AUDITALLOW) in avc_quick_copy_xperms_decision()[all …]
55 This option sets the number of buckets used in the sidtab hashtable
8 can be pinned to the first filesystem used for loading. When10 rejected. This is best used on systems without an initrd that
56 list used by EVM by writing them into67 onto the '.evm' trusted keyring. A public key can be used to
155 This option provides 'stack_erasing' sysctl, which can be used in191 def_bool $(cc-option,-fzero-call-used-regs=used-gpr)200 At the end of functions, always zero any caller-used register294 The seed used for compilation is in scripts/basic/randomize.seed.
84 model will be used.96 This will build the securityfs filesystem. It is currently used by152 initial state as well as data reset protection. This is used to
91 Select the default hash algorithm used for the measurement242 appended signature is the same used for signed kernel modules.243 The modsig keyword can be used in the IMA policy to allow a hook
2473 unsigned int used = tomoyo_memory_used[i]; in tomoyo_read_stat() local2475 total += used; in tomoyo_read_stat()2477 tomoyo_memory_headers[i], used); in tomoyo_read_stat()2478 used = tomoyo_memory_quota[i]; in tomoyo_read_stat()2479 if (used) in tomoyo_read_stat()2480 tomoyo_io_printf(head, " (Quota: %10u)", used); in tomoyo_read_stat()
248 u8 used; member
33 This allows the key used for multiple step processes where each step
1006 xpermd->used |= XPERMS_ALLOWED; in services_compute_xperms_decision()1011 xpermd->used |= XPERMS_AUDITALLOW; in services_compute_xperms_decision()1016 xpermd->used |= XPERMS_DONTAUDIT; in services_compute_xperms_decision()1046 xpermd->used = 0; in security_compute_xperms_decision()
Completed in 23 milliseconds