fix typos and formatting
This commit is contained in:
parent
b7b1d238df
commit
f40b368542
@ -1712,7 +1712,7 @@ template(`userdom_read_user_tmp_files',`
|
|||||||
')
|
')
|
||||||
|
|
||||||
files_search_tmp($2)
|
files_search_tmp($2)
|
||||||
allow $2 $1_tmp_t:dir rw_dir_perms;
|
allow $2 $1_tmp_t:dir r_dir_perms;
|
||||||
allow $2 $1_tmp_t:file r_file_perms;
|
allow $2 $1_tmp_t:file r_file_perms;
|
||||||
')
|
')
|
||||||
|
|
||||||
@ -1776,7 +1776,7 @@ template(`userdom_read_user_tmp_symlinks',`
|
|||||||
')
|
')
|
||||||
|
|
||||||
files_search_tmp($2)
|
files_search_tmp($2)
|
||||||
allow $2 $1_tmp_t:dir rw_dir_perms;
|
allow $2 $1_tmp_t:dir r_dir_perms;
|
||||||
allow $2 $1_tmp_t:lnk_file r_file_perms;
|
allow $2 $1_tmp_t:lnk_file r_file_perms;
|
||||||
')
|
')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user