Skip to content

Commit 6f872e0

Browse files
author
Roman Nikolaev
committed
Exclude 'binfmt_misc' and 'selinuxfs' from FS types
1 parent e018546 commit 6f872e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mamonsu/plugins/system/linux/disk_sizes.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ class DiskSizes(Plugin):
1515
'pstore', 'devtmpfs', 'autofs',
1616
'cgroup', 'configfs', 'devpts',
1717
'efivarfs', 'fusectl', 'fuse.gvfsd-fuse',
18-
'hugetlbfs', 'mqueue',
19-
'nfsd', 'proc', 'pstore',
18+
'hugetlbfs', 'mqueue', 'binfmt_misc',
19+
'nfsd', 'proc', 'pstore', 'selinuxfs'
2020
'rpc_pipefs', 'securityfs', 'sysfs',
2121
'nsfs', 'tmpfs', 'tracefs']
2222

0 commit comments

Comments
 (0)