whitespace fix for clogd

This commit is contained in:
Jeremy Solt 2010-05-21 16:44:22 -04:00 committed by Chris PeBenito
parent 6055ab8d1d
commit 6430c79a29
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
policy_module(clogd,1.0.0)
policy_module(clogd, 1.0.0)
########################################
#
@ -32,7 +32,7 @@ allow clogd_t self:unix_dgram_socket create_socket_perms;
manage_dirs_pattern(clogd_t, clogd_tmpfs_t, clogd_tmpfs_t)
manage_files_pattern(clogd_t, clogd_tmpfs_t, clogd_tmpfs_t)
fs_tmpfs_filetrans(clogd_t, clogd_tmpfs_t,{ dir file })
fs_tmpfs_filetrans(clogd_t, clogd_tmpfs_t, { dir file })
# pid files
manage_files_pattern(clogd_t, clogd_var_run_t, clogd_var_run_t)