Searched refs:match_mnt_path_str (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | mount.c | 303 * match_mnt_path_str - handle path matching for mount 316 static int match_mnt_path_str(struct aa_profile *profile, in match_mnt_path_str() function 395 return match_mnt_path_str(profile, path, buffer, devname, type, flags, in match_mnt() 570 match_mnt_path_str(profile, path, buffer, dev_name, in aa_new_mount()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | mount.c | 289 * match_mnt_path_str - handle path matching for mount 303 static int match_mnt_path_str(const struct cred *subj_cred, in match_mnt_path_str() function 390 return match_mnt_path_str(subj_cred, profile, path, buffer, devname, in match_mnt() 587 match_mnt_path_str(subj_cred, profile, path, in aa_new_mount()
|
Completed in 3 milliseconds