files: Add prerequisite access for files_mounton_non_security().

Signed-off-by: Chris PeBenito <Christopher.PeBenito@microsoft.com>
This commit is contained in:
Chris PeBenito 2022-05-23 14:44:39 +00:00 committed by Chris PeBenito
parent 75c5a4c050
commit 38d43bd770
1 changed files with 2 additions and 2 deletions

View File

@ -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 };
')
########################################