Searched refs:binary (Results 1 – 2 of 2) sorted by relevance
/security/apparmor/ |
D | mount.c | 246 void *data, bool binary, struct aa_perms *perms) in do_match_mnt() argument 278 if (data && !binary && (perms->allow & AA_MNT_CONT_MATCH)) { in do_match_mnt() 322 unsigned long flags, void *data, bool binary, in match_mnt_path_str() argument 350 mntpnt, devname, type, flags, data, binary, &perms); in match_mnt_path_str() 379 bool binary) in match_mnt() argument 399 data, binary, info); in match_mnt() 407 bool binary; in aa_remount() local 413 binary = path->dentry->d_sb->s_type->fs_flags & FS_BINARY_MOUNTDATA; in aa_remount() 418 flags, data, binary)); in aa_remount() 511 bool binary = true; in aa_new_mount() local [all …]
|
/security/ |
D | Kconfig | 195 bool "Force all usermode helper calls through a single binary" 198 binary programs through the "usermode helper" kernel 207 Note, it is up to this single binary to then call the relevant 208 "real" usermode helper binary, based on the first argument 217 string "Path to the static usermode helper binary" 221 The binary called by the kernel when any usermode helper
|