fix typos
This commit is contained in:
parent
768283ac46
commit
6af06cd8b6
@ -415,7 +415,7 @@ interface(`fs_unmount_cifs',`
|
|||||||
class filesystem unmount;
|
class filesystem unmount;
|
||||||
')
|
')
|
||||||
|
|
||||||
allow $1 cifs_t:filesystem mount;
|
allow $1 cifs_t:filesystem unmount;
|
||||||
')
|
')
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
@ -952,7 +952,7 @@ interface(`files_dontaudit_read_etc_runtime_files',`
|
|||||||
class file { getattr read };
|
class file { getattr read };
|
||||||
')
|
')
|
||||||
|
|
||||||
allow $1 etc_runtime_t:file { getattr read };
|
dontaudit $1 etc_runtime_t:file { getattr read };
|
||||||
')
|
')
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
Loading…
Reference in New Issue
Block a user