diff options
author | 2013-02-14 12:26:13 +0100 | |
---|---|---|
committer | 2013-02-14 16:19:38 +0100 | |
commit | a5c32cff1f56afe6f0c6c70d91a88a7a8238b2d7 (patch) | |
tree | b3cc19cede403ac324f56c54ca89db0feef2a72d /src/binfmt | |
parent | bootchart items (diff) | |
download | systemd-a5c32cff1f56afe6f0c6c70d91a88a7a8238b2d7.tar.gz systemd-a5c32cff1f56afe6f0c6c70d91a88a7a8238b2d7.tar.bz2 systemd-a5c32cff1f56afe6f0c6c70d91a88a7a8238b2d7.zip |
honor SELinux labels, when creating and writing config files
Also split out some fileio functions to fileio.c and provide a SELinux
aware pendant in fileio-label.c
see https://bugzilla.redhat.com/show_bug.cgi?id=881577
Diffstat (limited to 'src/binfmt')
-rw-r--r-- | src/binfmt/binfmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binfmt/binfmt.c b/src/binfmt/binfmt.c index f8c97b5ca..909eef732 100644 --- a/src/binfmt/binfmt.c +++ b/src/binfmt/binfmt.c @@ -33,6 +33,7 @@ #include "strv.h" #include "util.h" #include "conf-files.h" +#include "fileio.h" static const char conf_file_dirs[] = "/etc/binfmt.d\0" |