History log of /systemd/tmpfiles.d/etc.conf.m4
Revision Date Author Comments Expand
1fab0cbafcb67cff912d0e45de9677135550f924 10-Sep-2015 Sangjung Woo <sangjung.woo@samsung.com>

smack: label /etc/mtab as "_" when '--with-smack-run-label' is enabled. /etc/mtab should be labeled as "_", even though systemd has its own smack label using '--with-smack-run-label' configuration. This is mainly because all processes could read that file and the origin of this file (i.e. /proc/mounts) is labeled as "_". This labels /etc/mtab as "_" when '--with-smack-run-label' is enabled.

6921bf11fac23d93658b4c3f91d7b63a7f5b36c6 21-May-2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

tmpfiles: create /etc/resolv.conf symlink only on boot We will create the symlink on boot as a fallback to provide name resolution. But if the symlink was removed afterwards, it most likely should not be recreated. Creating it only on boot also solves the issue where it would be created prematurely during installation, before the system was actually booted. https://bugzilla.redhat.com/show_bug.cgi?id=1197204

3b33b542733f68123efb46dbb7c3903235302e1f 03-Mar-2015 Ross Burton <ross.burton@intel.com>

tmpfiles.d: only copy /etc/pam.d if PAM is present If HAVE_PAM isn't set then don't attempt to copy /etc/pam.d from the factory, as it doesn't get installed.

d109a95f3d7f8c5c50d6fd48221791fcc98b4544 02-Feb-2015 Sangjung Woo <sangjung.woo@samsung.com>

tmpfiles: Remove unnecessary blank line when configured with "--disable-resolved" This patch removes unnecessary blank line in /usr/lib/tmpfiles.d/etc.conf when configured with "--disable-resolved". (i.e. ENABLE_RESOLVED is not defined)

aeb50ff0bd4bbbca74c4695072232348351d512d 27-Aug-2014 Tom Gundersen <teg@jklm.no>

tmpfiles: make resolv.conf entry conditional on resolved support