summaryrefslogtreecommitdiff
path: root/src/core/mount.h
diff options
context:
space:
mode:
authorSangjung Woo <sangjung.woo@samsung.com>2015-10-21 17:42:34 +0900
committerSangjung Woo <sangjung.woo@samsung.com>2015-10-24 20:53:54 +0900
commit46a01abae985024572ec860bd02ca7f1fe458096 (patch)
tree47569f7963e63c8504d9fedc946c1fda9ab383ce /src/core/mount.h
parent48d04f25bf400fe0ff612a23bb4785bb245b6139 (diff)
downloadsystemd-46a01abae985024572ec860bd02ca7f1fe458096.tar.gz
mount: add new SmackFileSystemRoot= setting for mount unit
This option specifies the label to assign the root of the file system if it lacks the Smack extended attribute. Note that this option will be ignored if kernel does not support the Smack feature by runtime checking.
Diffstat (limited to 'src/core/mount.h')
-rw-r--r--src/core/mount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/mount.h b/src/core/mount.h
index 83d14ae713..4e28810f6c 100644
--- a/src/core/mount.h
+++ b/src/core/mount.h
@@ -71,6 +71,7 @@ struct Mount {
bool reset_cpu_usage:1;
bool sloppy_options;
+ char *smack_fs_root;
MountResult result;
MountResult reload_result;