diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-06-21 23:13:10 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-06-24 10:11:00 +0200 |
commit | b25a930f0e2ebe77bc8b0f0acfac8a3b27ef1f0a (patch) | |
tree | 67d6e950bfa9b25fb958b3bd72b50e40eb104b1f /src/shared/condition.c | |
parent | 2d32453bc808a061a45bc5d345746a7c99b4b52f (diff) | |
download | systemd-b25a930f0e2ebe77bc8b0f0acfac8a3b27ef1f0a.tar.gz |
basic,shared: move a bunch of files to src/shared/
The goal is to move everything that requires selinux or smack
away from src/basic/. This means that src/basic/label.[ch] must move,
which implies btrfs-util.[ch], copy.[ch], and a bunch of other files
which form a cluster of internal use.
This is just moving text around, so there should be no functional difference.
test-blockdev-util is new, because path_is_encrypted() is moved to
blockdev-util.c, and so far we didn't have any tests for code there.
Diffstat (limited to 'src/shared/condition.c')
-rw-r--r-- | src/shared/condition.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/condition.c b/src/shared/condition.c index b86312548d..55fb636673 100644 --- a/src/shared/condition.c +++ b/src/shared/condition.c @@ -17,6 +17,7 @@ #include "apparmor-util.h" #include "architecture.h" #include "audit-util.h" +#include "blockdev-util.h" #include "cap-list.h" #include "cgroup-util.h" #include "condition.h" |