We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04d240e + cce73a9 commit 24374ffCopy full SHA for 24374ff
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