We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a61a08 commit e76f061Copy full SHA for e76f061
1 file changed
src/OVAL/probes/fsdev.c
@@ -132,6 +132,7 @@ static int is_local_fs(struct mntent *ment)
132
"ocfs2",
133
"lustre",
134
"davfs",
135
+ "panfs",
136
NULL
137
};
138
for (int i = 0; pseudo_fs[i]; i++) {
0 commit comments