Add file and filesystem watch access vectors.
Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
This commit is contained in:
parent
e5dbe75276
commit
c656b97a28
|
@ -31,6 +31,11 @@ common file
|
||||||
open
|
open
|
||||||
audit_access
|
audit_access
|
||||||
execmod
|
execmod
|
||||||
|
watch
|
||||||
|
watch_mount
|
||||||
|
watch_sb
|
||||||
|
watch_with_perm
|
||||||
|
watch_reads
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -201,6 +206,7 @@ class filesystem
|
||||||
associate
|
associate
|
||||||
quotamod
|
quotamod
|
||||||
quotaget
|
quotaget
|
||||||
|
watch
|
||||||
}
|
}
|
||||||
|
|
||||||
class dir
|
class dir
|
||||||
|
|
Loading…
Reference in New Issue