]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/namespace.c
core: make sure PrivateDevices= makes /dev/log available
authorLennart Poettering <lennart@poettering.net>
Wed, 4 Jun 2014 14:59:13 +0000 (16:59 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 4 Jun 2014 14:59:13 +0000 (16:59 +0200)
commit82d252404a7ee6bd5f24482a0b50a8e91aa93257
treeaae3fde8affea0b65ab5e69990828b3d0158419b
parent7e9f159ca78d4cedc8d9c3276e409a4653a6af69
core: make sure PrivateDevices= makes /dev/log available

Now that we moved the actual syslog socket to
/run/systemd/journal/dev-log we can actually make /dev/log a symlink to
it, when PrivateDevices= is used, thus making syslog available to
services using PrivateDevices=.
src/core/namespace.c
src/initctl/initctl.c