chiark / gitweb /
tmpfiles: add a new return code for "operational failure" when processing
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 29 Mar 2018 14:19:33 +0000 (16:19 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
commit510e07327472a1b781107456df6be8bbf83c5011
tree613fb220c128c6bd9b4323da78eaed704ead72f2
parent9960b544dea9771c91b10c7d19be1525f9169035
tmpfiles: add a new return code for "operational failure" when processing

Things can fail, and we have no control over it:
- file system issues (immutable bits, file system errors, MAC refusals, etc)
- kernel refusing certain arguments when writing to /proc/sys or /sys
Let's add a new code for the case where we parsed configuration but failed
to execute it because of external errors.
src/basic/fd-util.h