]> git.pld-linux.org Git - packages/systemd.git/blob - proc-hidepid.patch
since 240 /var/lib/systemd/timesync needs to be directory instead of symlink
[packages/systemd.git] / proc-hidepid.patch
1 --- systemd-240/units/systemd-logind.service.in.orig    2019-01-13 10:40:04.142278844 +0100
2 +++ systemd-240/units/systemd-logind.service.in 2019-01-13 10:41:12.495611397 +0100
3 @@ -41,3 +41,7 @@
4  # Increase the default a bit in order to allow many simultaneous logins since
5  # we keep one fd open per session.
6  LimitNOFILE=@HIGH_RLIMIT_NOFILE@
7 +
8 +# Run as group 'proc' to ensure access to /proc when
9 +# it is mounted with hidepid=1|2 option
10 +SupplementaryGroups=17
This page took 0.0211750000000001 seconds and 3 git commands to generate.