fix typos and formatting

This commit is contained in:
Chris PeBenito 2006-01-16 21:07:46 +00:00
parent b7b1d238df
commit f40b368542
2 changed files with 6 additions and 6 deletions

View File

@ -1712,7 +1712,7 @@ template(`userdom_read_user_tmp_files',`
')
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;
')
@ -1776,7 +1776,7 @@ template(`userdom_read_user_tmp_symlinks',`
')
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;
')