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