Home
last modified time | relevance | path

Searched refs:version (Results 1 – 14 of 14) sorted by relevance

/security/apparmor/include/
Dcrypto.h21 int aa_calc_profile_hash(struct aa_profile *profile, u32 version, void *start,
24 static inline int aa_calc_profile_hash(struct aa_profile *profile, u32 version, in aa_calc_profile_hash() argument
/security/integrity/evm/
DKconfig15 bool "FSUUID (version 2)"
21 Default value is 'selected', which is former version 2.
22 if 'not selected', it is former version 1
/security/apparmor/
Dcrypto.c32 int aa_calc_profile_hash(struct aa_profile *profile, u32 version, void *start, in aa_calc_profile_hash() argument
40 u32 le32_version = cpu_to_le32(version); in aa_calc_profile_hash()
Dpolicy_unpack.c66 u32 version; member
647 if (!unpack_u32(e, &e->version, "version")) { in verify_header()
655 if (e->version != 5) { in verify_header()
778 error = aa_calc_profile_hash(profile, e.version, start, in aa_unpack()
/security/integrity/
Dintegrity.h96 uint8_t version; /* signature format version */ member
107 u64 version; /* track inode changes */ member
Diint.c75 iint->version = 0; in iint_free()
155 iint->version = 0; in init_once()
/security/selinux/
DKconfig98 bool "NSA SELinux maximum supported policy format version"
102 This option enables the maximum policy format version supported
116 int "NSA SELinux maximum supported policy format version value"
121 This option sets the value for the maximum policy format version
129 policy format version supported by your policy toolchain, by
/security/keys/encrypted-keys/
Decryptfs_format.c56 auth_tok->version = (((uint16_t)(major << 8) & 0xFF00) in ecryptfs_fill_auth_tok()
/security/selinux/ss/
Dstatus.c59 status->version = SELINUX_KERNEL_STATUS_VERSION; in selinux_kernel_status_page()
Dpolicydb.c69 int version; member
77 .version = POLICYDB_VERSION_BASE,
82 .version = POLICYDB_VERSION_BOOL,
87 .version = POLICYDB_VERSION_IPV6,
92 .version = POLICYDB_VERSION_NLCLASS,
97 .version = POLICYDB_VERSION_MLS,
102 .version = POLICYDB_VERSION_AVTAB,
107 .version = POLICYDB_VERSION_RANGETRANS,
112 .version = POLICYDB_VERSION_POLCAP,
117 .version = POLICYDB_VERSION_PERMISSIVE,
[all …]
/security/selinux/include/
Dsecurity.h245 u32 version; /* version number of thie structure */ member
/security/integrity/ima/
Dima_main.c129 if ((iint->version != inode->i_version) || in ima_check_last_writer()
Dima_api.c232 iint->version = i_version; in ima_collect_measurement()
Dima_appraise.c144 if (sig->version != 2 || xattr_len <= sizeof(*sig)) in ima_get_hash_algo()