]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: add selinuxfs between pseudo filesystems
authorKarel Zak <kzak@redhat.com>
Wed, 29 May 2019 16:01:04 +0000 (18:01 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 29 May 2019 16:04:57 +0000 (18:04 +0200)
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1714826
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/utils.c

index 5e17fc2a85411ba6f396e61f738dc52ccdade8d2..df8846b4bce5482ed66edd158692792b90fcbd73 100644 (file)
@@ -306,6 +306,7 @@ int mnt_fstype_is_pseudofs(const char *type)
                "rootfs",
                "rpc_pipefs",
                "securityfs",
+               "selinuxfs",
                "sockfs",
                "spufs",
                "sysfs",