whitespace fix for clogd
This commit is contained in:
parent
6055ab8d1d
commit
6430c79a29
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue