Home
last modified time | relevance | path

Searched refs:audit_mount (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/security/apparmor/
H A Dmount.c114 * audit_mount - handle the auditing of mount operations
130 static int audit_mount(struct aa_profile *profile, const char *op, in audit_mount() function
355 return audit_mount(profile, OP_MOUNT, mntpnt, devname, type, NULL, in match_mnt_path_str()
610 return audit_mount(profile, OP_UMOUNT, name, NULL, NULL, NULL, 0, NULL, in profile_umount()
682 error = audit_mount(profile, OP_PIVOTROOT, new_name, old_name, in build_pivotroot()
735 audit_mount(profile, OP_PIVOTROOT, NULL /*new_name */, in aa_pivotroot()
/kernel/linux/linux-6.6/security/apparmor/
H A Dmount.c115 * audit_mount - handle the auditing of mount operations
132 static int audit_mount(const struct cred *subj_cred, in audit_mount() function
345 return audit_mount(subj_cred, profile, OP_MOUNT, mntpnt, devname, in match_mnt_path_str()
631 return audit_mount(subj_cred, profile, OP_UMOUNT, name, NULL, NULL, in profile_umount()
708 error = audit_mount(subj_cred, profile, OP_PIVOTROOT, new_name, in build_pivotroot()
764 audit_mount(subj_cred, profile, OP_PIVOTROOT, in aa_pivotroot()

Completed in 3 milliseconds