summaryrefslogtreecommitdiffstats
path: root/shlibs/mount
diff options
context:
space:
mode:
Diffstat (limited to 'shlibs/mount')
-rw-r--r--shlibs/mount/src/utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shlibs/mount/src/utils.c b/shlibs/mount/src/utils.c
index 423d942b8..1947643ad 100644
--- a/shlibs/mount/src/utils.c
+++ b/shlibs/mount/src/utils.c
@@ -131,6 +131,8 @@ int mnt_fstype_is_pseudofs(const char *type)
strcmp(type, "devfs") == 0 ||
strcmp(type, "dlmfs") == 0 ||
strcmp(type, "cpuset") == 0 ||
+ strcmp(type, "securityfs") == 0 ||
+ strcmp(type, "debugfs") == 0 ||
strcmp(type, "spufs") == 0)
return 1;
return 0;