summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2019-05-29 18:01:04 +0200
committerKarel Zak2019-05-29 18:04:57 +0200
commit9db442e95482a8a2fe1006d49f6010bf8f7ac35b (patch)
tree9f63c1646aa7a895c0d9502a67f5db156d477d66
parentlibmount: add bpf between pseudo filesystems (diff)
downloadkernel-qcow2-util-linux-9db442e95482a8a2fe1006d49f6010bf8f7ac35b.tar.gz
kernel-qcow2-util-linux-9db442e95482a8a2fe1006d49f6010bf8f7ac35b.tar.xz
kernel-qcow2-util-linux-9db442e95482a8a2fe1006d49f6010bf8f7ac35b.zip
libmount: add selinuxfs between pseudo filesystems
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1714826 Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--libmount/src/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmount/src/utils.c b/libmount/src/utils.c
index 5e17fc2a8..df8846b4b 100644
--- a/libmount/src/utils.c
+++ b/libmount/src/utils.c
@@ -306,6 +306,7 @@ int mnt_fstype_is_pseudofs(const char *type)
"rootfs",
"rpc_pipefs",
"securityfs",
+ "selinuxfs",
"sockfs",
"spufs",
"sysfs",