diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-12-27 18:46:36 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-12-28 02:08:40 +0100 |
commit | d7b8eec7dc7fe307d3a08b32cf1a9ad4276ce6d5 (patch) | |
tree | bb72bb696e949844b8bed240b061a4bed4f8fb8b /src/shared/label.c | |
parent | ebd93cb684806ac0f352139e69ac8f53eb49f5e4 (diff) |
tmpfiles: add new line type 'v' for creating btrfs subvolumes
Diffstat (limited to 'src/shared/label.c')
-rw-r--r-- | src/shared/label.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/shared/label.c b/src/shared/label.c index 0af41afa77..82f10b21bd 100644 --- a/src/shared/label.c +++ b/src/shared/label.c @@ -19,8 +19,10 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include "label.h" +#include "selinux-util.h" +#include "smack-util.h" #include "util.h" +#include "label.h" int label_fix(const char *path, bool ignore_enoent, bool ignore_erofs) { int r, q; |