From 8d06b3e854d9eb30c39c0a691e3fb97cb15e0b84 Mon Sep 17 00:00:00 2001 From: Miroslav Date: Oct 21 2011 12:27:47 +0000 Subject: declare systemd_passwd_var_run_t type --- diff --git a/policy-F15.patch b/policy-F15.patch index 17188a6..4a97c66 100644 --- a/policy-F15.patch +++ b/policy-F15.patch @@ -59070,10 +59070,10 @@ index 0000000..8e06a02 +') diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te new file mode 100644 -index 0000000..48c24ba +index 0000000..35e95df --- /dev/null +++ b/policy/modules/system/systemd.te -@@ -0,0 +1,227 @@ +@@ -0,0 +1,230 @@ + +policy_module(systemd, 1.0.0) + @@ -59094,6 +59094,9 @@ index 0000000..48c24ba + +permissive systemd_passwd_agent_t; + ++type systemd_passwd_var_run_t alias systemd_device_t; ++files_pid_file(systemd_passwd_var_run_t) ++ +# domain for systemd-tmpfiles component +type systemd_tmpfiles_t; +type systemd_tmpfiles_exec_t;