X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Flabel.h;h=8070bcb021af7e000eb86dfc0827ac7427951814;hb=d01efa07444e49aafd78e0aa822168da688d53f5;hp=1859f843dc29077848b2d8caf3bf8533af4f7097;hpb=66b6d9d5b5b13a97c9f275aed0d9fe5608495be9;p=elogind.git diff --git a/src/shared/label.h b/src/shared/label.h index 1859f843d..8070bcb02 100644 --- a/src/shared/label.h +++ b/src/shared/label.h @@ -21,7 +21,10 @@ along with systemd; If not, see . ***/ -#include "selinux-util.h" -#include "smack-util.h" +#include +#include int label_fix(const char *path, bool ignore_enoent, bool ignore_erofs); + +int mkdir_label(const char *path, mode_t mode); +int symlink_label(const char *old_path, const char *new_path);