]> git.pld-linux.org Git - packages/cronie.git/commitdiff
make pam_loginuid optional auto/th/cronie-1.5.2-2
authorElan Ruusamäe <glen@delfi.ee>
Wed, 10 Oct 2018 12:14:03 +0000 (15:14 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 10 Oct 2018 12:14:50 +0000 (15:14 +0300)
this is for unprivileged containers to be able use crond

- https://stackoverflow.com/questions/21391142/why-is-it-needed-to-set-pam-loginuid-to-its-optional-value-with-docker
- https://docs.docker.com/engine/examples/running_ssh_service/#build-an-eg_sshd-image
- https://gitlab.com/gitlab-org/gitlab-ce/issues/3027

cronie.pam
cronie.spec

index 9f8d098710f762534f4ad926b87682f990951e6e..3f4992a8de319bce3169aac6570bd3294c1d7679 100644 (file)
@@ -2,4 +2,4 @@
 auth           include         system-auth
 account                include         system-auth
 session                include         system-auth
 auth           include         system-auth
 account                include         system-auth
 session                include         system-auth
-session                required        pam_loginuid.so
+session                optional        pam_loginuid.so
index b081affda7003adca514c8524ae32e8dd0146b8a..582deec2500817b907d59fba6c0806e43e311166 100644 (file)
@@ -18,7 +18,7 @@ Summary:      Cron daemon for executing programs at set times
 Summary(pl.UTF-8):     Demon cron do uruchamiania programów o zadanym czasie
 Name:          cronie
 Version:       1.5.2
 Summary(pl.UTF-8):     Demon cron do uruchamiania programów o zadanym czasie
 Name:          cronie
 Version:       1.5.2
-Release:       1
+Release:       2
 License:       MIT and BSD and GPL v2
 Group:         Daemons
 Source0:       https://github.com/cronie-crond/cronie/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
 License:       MIT and BSD and GPL v2
 Group:         Daemons
 Source0:       https://github.com/cronie-crond/cronie/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
This page took 0.059023 seconds and 4 git commands to generate.