From b4d5b78374e093ffb280fbfbbcfedbe68d60b956 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 23 Jan 2015 13:44:27 +0100 Subject: mount-setup: /selinux, /cgroup, /dev/cgroup are sooo old, don't bother with them anymore --- src/core/mount-setup.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/core') diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c index eb9641fbcb..5919f770c7 100644 --- a/src/core/mount-setup.c +++ b/src/core/mount-setup.c @@ -120,10 +120,6 @@ static const MountPoint mount_table[] = { static const char ignore_paths[] = /* SELinux file systems */ "/sys/fs/selinux\0" - "/selinux\0" - /* Legacy cgroup mount points */ - "/dev/cgroup\0" - "/cgroup\0" /* Legacy kernel file system */ "/proc/bus/usb\0" /* Container bind mounts */ -- cgit v1.2.3-54-g00ecf