diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-23 13:44:27 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-23 13:47:41 +0100 |
commit | b4d5b78374e093ffb280fbfbbcfedbe68d60b956 (patch) | |
tree | 3d07790b5b316ce305349b826a9178e181da6358 /src/core | |
parent | 7fcb4b9b17fcb19c97fdfff689dc0aaaa1391b68 (diff) |
mount-setup: /selinux, /cgroup, /dev/cgroup are sooo old, don't bother with them anymore
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/mount-setup.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ |