From 5ddfdf010ebe46230095845ff5513de9aae54b95 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Wed, 4 Feb 2015 20:05:41 +0100 Subject: [PATCH] Change the ownership of /run/saslauth to saslauth:saslauth (#1189203) --- cyrus-sasl.spec | 2 +- saslauthd.tmpfiles | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index a8174d7..cf282ed 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -372,7 +372,7 @@ getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir} %config(noreplace) /etc/sysconfig/saslauthd %{_unitdir}/saslauthd.service %{_prefix}/lib/tmpfiles.d/saslauthd.conf -%dir /run/saslauthd +%dir %attr(-, saslauth, saslauth) /run/saslauthd %files lib %defattr(-,root,root) diff --git a/saslauthd.tmpfiles b/saslauthd.tmpfiles index d4809f7..b3e48c5 100644 --- a/saslauthd.tmpfiles +++ b/saslauthd.tmpfiles @@ -1 +1 @@ -d /run/saslauthd 0755 root root - +d /run/saslauthd 0755 saslauth saslauth -