Skip to content

Commit 8b9f7dc

Browse files
author
Ken Hornstein
committed
Add 'auristorfs' to list of network fileystems
Auristor is a commercial version of the AFS filesystem and has type of 'auristorfs'. Add it to the list of network fileystems so it is excluded when the scan is restricted to local filesystems.
1 parent 56df23b commit 8b9f7dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OVAL/probes/fsdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ static int is_local_fs(struct mntent *ment)
114114
};
115115
const char *network_fs[] = {
116116
"afs",
117+
"auristorfs",
117118
"ceph",
118119
"cifs",
119120
"smb3",

0 commit comments

Comments
 (0)