Searched refs:audit_mount (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/security/apparmor/ |
D | mount.c | 130 static int audit_mount(struct aa_profile *profile, const char *op, in audit_mount() function 354 return audit_mount(profile, OP_MOUNT, mntpnt, devname, type, NULL, in match_mnt_path_str() 609 return audit_mount(profile, OP_UMOUNT, name, NULL, NULL, NULL, 0, NULL, in profile_umount() 681 error = audit_mount(profile, OP_PIVOTROOT, new_name, old_name, in build_pivotroot() 734 audit_mount(profile, OP_PIVOTROOT, NULL /*new_name */, in aa_pivotroot()
|