summaryrefslogtreecommitdiff
path: root/src/udev/label.h
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2014-01-09 18:55:21 -0500
committerAnthony G. Basile <blueness@gentoo.org>2014-01-09 18:55:21 -0500
commit97b903d94eca5cc6cf17262f91e43227998d3301 (patch)
tree9b82b6a8fb5fd9170f2e92506f3d1c6f3e5a058b /src/udev/label.h
parented55ef29406d173fb838211c31058e7941c09d00 (diff)
udev: add SECLABEL{selinux}= support
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/udev/label.h')
-rw-r--r--src/udev/label.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/udev/label.h b/src/udev/label.h
index 3d12ac2a92..a8dbcdc8b7 100644
--- a/src/udev/label.h
+++ b/src/udev/label.h
@@ -34,3 +34,5 @@ int label_context_set(const char *path, mode_t mode);
void label_context_clear(void);
int label_mkdir(const char *path, mode_t mode, bool apply);
+
+int label_apply(const char *path, const char *label);