[selinux-policy: 2196/3172] whitespace fixes in apt.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:15:02 UTC 2010


commit 2a4740c0a092b0ebfea8b5b5fb5b4a98a9b165c7
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Jul 29 15:24:52 2009 -0400

    whitespace fixes in apt.

 policy/modules/admin/apt.if |    2 +-
 policy/modules/admin/apt.te |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/policy/modules/admin/apt.if b/policy/modules/admin/apt.if
index df4b461..dfe34fe 100644
--- a/policy/modules/admin/apt.if
+++ b/policy/modules/admin/apt.if
@@ -72,7 +72,7 @@ interface(`apt_use_fds',`
 ## <param name="domain">
 ##	<summary>
 ##	The type of the process attempting performing this action
-##      which should not be audited.
+##	which should not be audited.
 ##	</summary>
 ## </param>
 #
diff --git a/policy/modules/admin/apt.te b/policy/modules/admin/apt.te
index 55df140..fa8bb36 100644
--- a/policy/modules/admin/apt.te
+++ b/policy/modules/admin/apt.te
@@ -63,7 +63,7 @@ allow apt_t self:netlink_route_socket r_netlink_socket_perms;
 # lock files
 allow apt_t apt_lock_t:dir manage_dir_perms;
 allow apt_t apt_lock_t:file manage_file_perms;
-files_lock_filetrans(apt_t,apt_lock_t,{dir file})
+files_lock_filetrans(apt_t, apt_lock_t, {dir file})
 
 manage_dirs_pattern(apt_t, apt_tmp_t, apt_tmp_t)
 manage_files_pattern(apt_t, apt_tmp_t, apt_tmp_t)


More information about the scm-commits mailing list