[selinux-policy/f15] declare systemd_passwd_var_run_t type

Miroslav Grepl mgrepl at fedoraproject.org
Fri Oct 21 12:28:05 UTC 2011


commit 8d06b3e854d9eb30c39c0a691e3fb97cb15e0b84
Author: Miroslav <mgrepl at redhat.com>
Date:   Fri Oct 21 14:27:47 2011 +0200

    declare systemd_passwd_var_run_t type

 policy-F15.patch |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
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;


More information about the scm-commits mailing list