From 15eb6e9732fb9bed71ec505a7639aae6796ba223 Mon Sep 17 00:00:00 2001 From: Miroslav Grepl Date: Mon, 22 Jul 2013 16:02:52 +0200 Subject: [PATCH] Fix system.if --- policy-rawhide-base.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/policy-rawhide-base.patch b/policy-rawhide-base.patch index 702341e8..e5011b6c 100644 --- a/policy-rawhide-base.patch +++ b/policy-rawhide-base.patch @@ -35236,7 +35236,7 @@ index 0000000..2cd29ba +/var/run/initramfs(/.*)? <> 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;