chiark / gitweb /
tmpfiles: don't exit with an error code if we cannot access all files
authorLennart Poettering <lennart@poettering.net>
Fri, 1 Jul 2011 23:44:49 +0000 (01:44 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 1 Jul 2011 23:45:29 +0000 (01:45 +0200)
commit21bdae12e11ae20460715475d8a0c991f15464ac
tree4dc9ab341fa40adbf1cabb5765851fee49df759b
parent26b8e979c8a6340180716f686dbe26e4906bc568
tmpfiles: don't exit with an error code if we cannot access all files

This is just to avoid confusion if people use stuff like FUSE file
systems or SELinux which might disallow access to files even if tmpfiles
is running as root.

We still log away if we cannot access a file, but we do not return a
failure exit code in the end.
TODO
src/tmpfiles.c