Skip to content

Commit aa9a484

Browse files
authored
Merge pull request #1966 from kenh/add-auristorfs-to-network-fs-list
Add 'auristorfs' to list of network fileystems
2 parents e0e442a + 8b9f7dc commit aa9a484

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)