summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-04-26 05:19:10 -0400
committerLennart Poettering <lennart@poettering.net>2016-04-26 11:19:10 +0200
commit1000522a60ceade446773c67031b47a566d4a70d (patch)
tree0852858294ad53f8c756631e790e18e95cebdbbf /src
parent47005cf1cf3a3602b6793973959a0e86fd295eab (diff)
systemd --user: call pam_loginuid when creating user@.service (#3120)
This way the user service will have a loginuid, and it will be inherited by child services. This shouldn't change anything as far as systemd itself is concerned, but is nice for various services spawned from by systemd --user that expect a loginuid. pam_loginuid(8) says that it should be enabled for "..., crond and atd". user@.service should behave similarly to those two as far as audit is concerned. https://bugzilla.redhat.com/show_bug.cgi?id=1328947#c28
Diffstat (limited to 'src')
-rw-r--r--src/login/systemd-user.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/systemd-user.m4 b/src/login/systemd-user.m4
index 7933508f2b..f188a8e548 100644
--- a/src/login/systemd-user.m4
+++ b/src/login/systemd-user.m4
@@ -8,4 +8,5 @@ m4_ifdef(`HAVE_SELINUX',
session required pam_selinux.so close
session required pam_selinux.so nottys open
)m4_dnl
+session required pam_loginuid.so
session include system-auth