Searched defs:version (Results 1 - 6 of 6) sorted by path

/security/apparmor/
H A Dcrypto.c10 * published by the Free Software Foundation, version 2 of the
32 int aa_calc_profile_hash(struct aa_profile *profile, u32 version, void *start, argument
40 u32 le32_version = cpu_to_le32(version);
H A Dpolicy_unpack.c12 * published by the Free Software Foundation, version 2 of the
66 u32 version; member in struct:aa_ext
646 /* get the interface version */
647 if (!unpack_u32(e, &e->version, "version")) {
654 /* check that the interface version is currently supported */
655 if (e->version != 5) {
656 audit_iface(NULL, NULL, "unsupported interface version",
778 error = aa_calc_profile_hash(profile, e.version, start,
/security/apparmor/include/
H A Dcrypto.h10 * published by the Free Software Foundation, version 2 of the
21 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, argument
/security/integrity/
H A Dintegrity.h9 * published by the Free Software Foundation, version 2 of the
96 uint8_t version; /* signature format version */ member in struct:signature_v2_hdr
107 u64 version; /* track inode changes */ member in struct:integrity_iint_cache
/security/selinux/include/
H A Dsecurity.h21 /* Identify specific policy version changes */
88 * available at the kernel policy version >= POLICYDB_VERSION_BOUNDARY
247 u32 version; /* version number of thie structure */ member in struct:selinux_kernel_status
253 * The version > 0 supports above members.
/security/selinux/ss/
H A Dpolicydb.c25 * the Free Software Foundation, version 2.
69 int version; member in struct:policydb_compat_info
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
158 policydb_lookup_compat(int version) argument
[all...]

Completed in 54 milliseconds