Searched refs:config (Results 1 – 15 of 15) sorted by relevance
3 config IMA30 config IMA_MEASURE_PCR_IDX40 config IMA_LSM_RULES60 config IMA_TEMPLATE62 config IMA_NG_TEMPLATE64 config IMA_SIG_TEMPLATE68 config IMA_DEFAULT_TEMPLATE85 config IMA_DEFAULT_HASH_SHA189 config IMA_DEFAULT_HASH_SHA25693 config IMA_DEFAULT_HASH_SHA512[all …]
9 config SECURITY_DMESG_RESTRICT21 config SECURITY_PERF_EVENTS_RESTRICT30 config SECURITY42 config SECURITYFS51 config SECURITY_NETWORK60 config SECURITY_NETWORK_XFRM73 config SECURITY_PATH82 config INTEL_TXT112 config LSM_MMAP_MIN_ADDR129 config HAVE_HARDENED_USERCOPY_ALLOCATOR[all …]
1 config SECURITY_SELINUX11 config SECURITY_SELINUX_BOOTPARAM25 config SECURITY_SELINUX_BOOTPARAM_VALUE40 config SECURITY_SELINUX_DISABLE55 config SECURITY_SELINUX_DEVELOP68 config SECURITY_SELINUX_AVC_STATS77 config SECURITY_SELINUX_CHECKREQPROT_VALUE97 config SECURITY_SELINUX_POLICYDB_VERSION_MAX115 config SECURITY_SELINUX_POLICYDB_VERSION_MAX_VALUE132 SELINUXTYPE is defined in your /etc/selinux/config.
1 config SECURITY_TOMOYO15 config SECURITY_TOMOYO_MAX_ACCEPT_ENTRY28 config SECURITY_TOMOYO_MAX_AUDIT_LOG39 config SECURITY_TOMOYO_OMIT_USERSPACE_LOADER55 config SECURITY_TOMOYO_POLICY_LOADER65 config SECURITY_TOMOYO_ACTIVATION_TRIGGER
503 memset(ptr->config, TOMOYO_CONFIG_USE_DEFAULT, in tomoyo_assign_profile()504 sizeof(ptr->config)); in tomoyo_assign_profile()588 u8 config; in tomoyo_set_mode() local591 config = profile->default_config; in tomoyo_set_mode()593 config = 0; in tomoyo_set_mode()608 config = profile->config[i]; in tomoyo_set_mode()617 config = TOMOYO_CONFIG_USE_DEFAULT; in tomoyo_set_mode()626 config = (config & ~7) | mode; in tomoyo_set_mode()627 if (config != TOMOYO_CONFIG_USE_DEFAULT) { in tomoyo_set_mode()630 config |= TOMOYO_CONFIG_WANT_GRANT_LOG; in tomoyo_set_mode()[all …]
338 mode = p->config[index]; in tomoyo_get_audit()340 mode = p->config[category]; in tomoyo_get_audit()
981 mode = p->config[index]; in tomoyo_get_mode()983 mode = p->config[tomoyo_index2category[index] in tomoyo_get_mode()
882 u8 config[TOMOYO_MAX_MAC_INDEX + TOMOYO_MAX_MAC_CATEGORY_INDEX]; member
5 config KEYS23 config KEYS_COMPAT27 config PERSISTENT_KEYRINGS44 config BIG_KEYS55 config TRUSTED_KEYS70 config ENCRYPTED_KEYS88 config KEYS_DEBUG_PROC_KEYS
2 config INTEGRITY18 config INTEGRITY_SIGNATURE32 config INTEGRITY_ASYMMETRIC_KEYS44 config INTEGRITY_AUDIT
1 config EVM14 config EVM_ATTR_FSUUID28 config EVM_EXTRA_SMACK_XATTRS
1 config SECURITY_APPARMOR17 config SECURITY_APPARMOR_BOOTPARAM_VALUE33 config SECURITY_APPARMOR_HASH
1 config SECURITY_YAMA15 config SECURITY_YAMA_STACKED
1 config SECURITY_SMACK15 config SECURITY_SMACK_BRINGUP
3335 u32 config; in policydb_write() local3352 config = 0; in policydb_write()3354 config |= POLICYDB_CONFIG_MLS; in policydb_write()3357 config |= REJECT_UNKNOWN; in policydb_write()3359 config |= ALLOW_UNKNOWN; in policydb_write()3381 buf[1] = cpu_to_le32(config); in policydb_write()