Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 718c4303 authored by Al Viro's avatar Al Viro
Browse files

mount_fs: suppress MAC on MS_SUBMOUNT as well as MS_KERNMOUNT

parent d2497e12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1277,7 +1277,7 @@ mount_fs(struct file_system_type *type, int flags, const char *name, void *data)
	if (error)
		goto out_sb;

	if (!(flags & MS_KERNMOUNT)) {
	if (!(flags & (MS_KERNMOUNT|MS_SUBMOUNT))) {
		error = security_sb_kern_mount(sb);
		if (error)
			goto out_sb;