diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2019-05-08 20:55:31 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2019-05-08 20:55:36 +0900 |
commit | e52bc8f4d63d9b0e66406ea4eda6cabccc033909 (patch) | |
tree | 2466d2e6f6831a9a3de100754401c4d4aa972af9 /src | |
parent | 1de4082bb0be95298c8cb82a0b90e7749bc9a417 (diff) | |
download | systemd-e52bc8f4d63d9b0e66406ea4eda6cabccc033909.tar.gz systemd-e52bc8f4d63d9b0e66406ea4eda6cabccc033909.tar.bz2 systemd-e52bc8f4d63d9b0e66406ea4eda6cabccc033909.zip |
Change the default smack label of /devsubmit/tizen/20190509.015828accepted/tizen/unified/20190510.111117
(Before)
smack access label: *
default access label: _
(After)
smack access label: *
default access label: *
Change-Id: Iffd4793655a8080501388d40a2f812269b8613cb
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/core/mount-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c index b3d43d26c0..1c86ea71b4 100644 --- a/src/core/mount-setup.c +++ b/src/core/mount-setup.c @@ -75,7 +75,7 @@ static const MountPoint mount_table[] = { NULL, MNT_FATAL|MNT_IN_CONTAINER }, { "proc", "/proc", "proc", NULL, MS_NOSUID|MS_NOEXEC|MS_NODEV, NULL, MNT_FATAL|MNT_IN_CONTAINER }, - { "devtmpfs", "/dev", "devtmpfs", "mode=755", MS_NOSUID|MS_STRICTATIME, + { "devtmpfs", "/dev", "devtmpfs", "mode=755,smackfsdef=*", MS_NOSUID|MS_STRICTATIME, NULL, MNT_FATAL|MNT_IN_CONTAINER }, { "securityfs", "/sys/kernel/security", "securityfs", NULL, MS_NOSUID|MS_NOEXEC|MS_NODEV, NULL, MNT_NONE }, |