Home
last modified time | relevance | path

Searched refs:PROC_SUPER_MAGIC (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmagic.h87 #define PROC_SUPER_MAGIC 0x9fa0 macro
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_appraise_all/files/
H A Dima_policy_appraise_all6 # PROC_SUPER_MAGIC
/openbmc/linux/tools/lib/api/fs/
H A Dfs.c28 #ifndef PROC_SUPER_MAGIC
29 #define PROC_SUPER_MAGIC 0x9fa0 macro
/openbmc/linux/security/apparmor/
H A Dpath.c105 if (path->dentry->d_sb->s_magic == PROC_SUPER_MAGIC && in d_namespace_path()
/openbmc/linux/tools/bpf/bpftool/
H A Dfeature.c25 #ifndef PROC_SUPER_MAGIC
26 # define PROC_SUPER_MAGIC 0x9fa0 macro
60 if ((unsigned long)st_fs.f_type != PROC_SUPER_MAGIC) in check_procfs()
/openbmc/linux/security/tomoyo/
H A Drealpath.c162 if (sb->s_magic == PROC_SUPER_MAGIC && *pos == '/') { in tomoyo_get_local_path()
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_hashed/files/
H A Dima_policy_hashed20 # PROC_SUPER_MAGIC
/openbmc/linux/fs/proc/
H A Droot.c178 s->s_magic = PROC_SUPER_MAGIC; in proc_fill_super()
/openbmc/linux/Documentation/ABI/testing/
H A Dima_policy81 # PROC_SUPER_MAGIC
/openbmc/linux/security/integrity/ima/
H A Dima_policy.c148 {.action = DONT_MEASURE, .fsmagic = PROC_SUPER_MAGIC, .flags = IMA_FSMAGIC},
194 {.action = DONT_APPRAISE, .fsmagic = PROC_SUPER_MAGIC, .flags = IMA_FSMAGIC},
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-rustix-libc-backend.patch13 /// `PROC_SUPER_MAGIC`—The magic number for the procfs filesystem.
15 pub(crate) const PROC_SUPER_MAGIC: u32 = 0x0000_9fa0;
H A Drv32-cargo-rustix-0.38.28-fix.patch68 /// `PROC_SUPER_MAGIC`—The magic number for the procfs filesystem.
70 pub(crate) const PROC_SUPER_MAGIC: u32 = 0x0000_9fa0;
/openbmc/linux/security/smack/
H A Dsmack_lsm.c3538 case PROC_SUPER_MAGIC: in smack_d_instantiate()