[selinux-policy: 2693/3172] whitespace fix for clogd

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:59:29 UTC 2010


commit 6430c79a29f4fe7090c30ecd45daa5b6474cc6ab
Author: Jeremy Solt <jsolt at tresys.com>
Date:   Fri May 21 16:44:22 2010 -0400

    whitespace fix for clogd

 policy/modules/services/clogd.te |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/policy/modules/services/clogd.te b/policy/modules/services/clogd.te
index 892d0c1..1a4049c 100644
--- a/policy/modules/services/clogd.te
+++ b/policy/modules/services/clogd.te
@@ -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)


More information about the scm-commits mailing list