files: Add prerequisite access for files_mounton_non_security().
Signed-off-by: Chris PeBenito <Christopher.PeBenito@microsoft.com>
This commit is contained in:
parent
75c5a4c050
commit
38d43bd770
|
@ -568,8 +568,8 @@ interface(`files_mounton_non_security',`
|
|||
attribute non_security_file_type;
|
||||
')
|
||||
|
||||
allow $1 non_security_file_type:dir mounton;
|
||||
allow $1 non_security_file_type:file mounton;
|
||||
allow $1 non_security_file_type:dir { getattr search mounton };
|
||||
allow $1 non_security_file_type:file { getattr mounton };
|
||||
')
|
||||
|
||||
########################################
|
||||
|
|
Loading…
Reference in New Issue