[selinux-policy] Fix system.if

Miroslav Grepl mgrepl at fedoraproject.org
Mon Jul 22 14:03:12 UTC 2013


commit 15eb6e9732fb9bed71ec505a7639aae6796ba223
Author: Miroslav Grepl <mgrepl at redhat.com>
Date:   Mon Jul 22 16:02:52 2013 +0200

    Fix system.if

 policy-rawhide-base.patch |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/policy-rawhide-base.patch b/policy-rawhide-base.patch
index 702341e..e5011b6 100644
--- a/policy-rawhide-base.patch
+++ b/policy-rawhide-base.patch
@@ -35236,7 +35236,7 @@ index 0000000..2cd29ba
 +/var/run/initramfs(/.*)?	<<none>>
 diff --git a/policy/modules/system/systemd.if b/policy/modules/system/systemd.if
 new file mode 100644
-index 0000000..8a61b65
+index 0000000..1a254f8
 --- /dev/null
 +++ b/policy/modules/system/systemd.if
 @@ -0,0 +1,1286 @@
@@ -36057,7 +36057,7 @@ index 0000000..8a61b65
 +#
 +interface(`systemd_start_systemd_services',`
 +	gen_require(`
-+		attribute systemd_unit_file_t;
++		type systemd_unit_file_t;
 +	')
 +
 +	allow $1 systemd_unit_file_t:service start;
@@ -36075,7 +36075,7 @@ index 0000000..8a61b65
 +#
 +interface(`systemd_reload_systemd_services',`
 +    gen_require(`
-+        attribute systemd_unit_file_t;
++        type systemd_unit_file_t;
 +    ')
 +
 +    allow $1 systemd_unit_file_t:service reload;
@@ -36094,7 +36094,7 @@ index 0000000..8a61b65
 +#
 +interface(`systemd_config_systemd_services',`
 +	gen_require(`
-+		attribute systemd_unit_file_t;
++		type systemd_unit_file_t;
 +	')
 +
 +	allow $1 systemd_unit_file_t:service all_service_perms;


More information about the scm-commits mailing list