fix typos

This commit is contained in:
Chris PeBenito 2005-08-31 16:54:19 +00:00
parent 768283ac46
commit 6af06cd8b6
2 changed files with 2 additions and 2 deletions

View File

@ -415,7 +415,7 @@ interface(`fs_unmount_cifs',`
class filesystem unmount;
')
allow $1 cifs_t:filesystem mount;
allow $1 cifs_t:filesystem unmount;
')
########################################

View File

@ -952,7 +952,7 @@ interface(`files_dontaudit_read_etc_runtime_files',`
class file { getattr read };
')
allow $1 etc_runtime_t:file { getattr read };
dontaudit $1 etc_runtime_t:file { getattr read };
')
########################################