[selinux-policy] Fix typo in xserver_filetrans_home_content()

Miroslav Grepl mgrepl at fedoraproject.org
Wed Jan 11 12:42:49 UTC 2012


commit 0149a53fbbd0f8aee2a2f47f701d765b3e6be465
Author: Miroslav <mgrepl at redhat.com>
Date:   Wed Jan 11 13:42:28 2012 +0100

    Fix typo in xserver_filetrans_home_content()

 policy-F16.patch |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/policy-F16.patch b/policy-F16.patch
index 1c304f5..bf0ede2 100644
--- a/policy-F16.patch
+++ b/policy-F16.patch
@@ -66639,7 +66639,7 @@ index 4966c94..cb2e1a3 100644
 +/var/lib/pqsql/\.Xauthority.*	--	gen_context(system_u:object_r:xauth_home_t,s0)
 +
 diff --git a/policy/modules/services/xserver.if b/policy/modules/services/xserver.if
-index 130ced9..1cb809b 100644
+index 130ced9..d415300 100644
 --- a/policy/modules/services/xserver.if
 +++ b/policy/modules/services/xserver.if
 @@ -19,9 +19,10 @@
@@ -67788,8 +67788,8 @@ index 130ced9..1cb809b 100644
 +	userdom_user_home_dir_filetrans($1, iceauth_home_t, file, ".DCOP")
 +	userdom_user_home_dir_filetrans($1, iceauth_home_t, file, ".ICEauthority")
 +	userdom_user_home_dir_filetrans($1, xauth_home_t, file, ".Xauthority")
-+	userdom_user_home_dir_filetrans($2, xauth_home_t, file, ".Xauthority-l")
-+	userdom_user_home_dir_filetrans($2, xauth_home_t, file, ".Xauthority-c")
++	userdom_user_home_dir_filetrans($1, xauth_home_t, file, ".Xauthority-l")
++	userdom_user_home_dir_filetrans($1, xauth_home_t, file, ".Xauthority-c")
 +	userdom_user_home_dir_filetrans($1, xauth_home_t, file, ".xauth")
 +	userdom_user_home_dir_filetrans($1, xauth_home_t, file, ".Xauth")
 +	userdom_user_home_dir_filetrans($1, user_fonts_config_t, file, ".fonts.conf")


More information about the scm-commits mailing list