summaryrefslogtreecommitdiff
path: root/src/core/mount-setup.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-01-23 13:44:27 +0100
committerLennart Poettering <lennart@poettering.net>2015-01-23 13:47:41 +0100
commitb4d5b78374e093ffb280fbfbbcfedbe68d60b956 (patch)
tree3d07790b5b316ce305349b826a9178e181da6358 /src/core/mount-setup.c
parent7fcb4b9b17fcb19c97fdfff689dc0aaaa1391b68 (diff)
mount-setup: /selinux, /cgroup, /dev/cgroup are sooo old, don't bother with them anymore
Diffstat (limited to 'src/core/mount-setup.c')
-rw-r--r--src/core/mount-setup.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c
index eb9641fbc..5919f770c 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 */