diff options
author | Kunhoon Baik <knhoon.baik@samsung.com> | 2016-09-01 22:03:33 +0900 |
---|---|---|
committer | Kunhoon Baik <knhoon.baik@samsung.com> | 2016-09-01 22:03:33 +0900 |
commit | 412b82d9b3869bba6686146fe849bc953c38a067 (patch) | |
tree | 27106e286bb4cb7999c1f4233083ea08de0063b7 /packaging | |
parent | 9c075e855a52be97209ec9088ea34f13166bf744 (diff) | |
download | system-plugin-412b82d9b3869bba6686146fe849bc953c38a067.tar.gz system-plugin-412b82d9b3869bba6686146fe849bc953c38a067.tar.bz2 system-plugin-412b82d9b3869bba6686146fe849bc953c38a067.zip |
User Session Helper : Enable slave propagationsubmit/tizen/20160902.065241
Change-Id: I685442f33f6d6cedfd919b50a79723c1dceb107c
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/system-plugin.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index 3b7b4ae..858d295 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -302,7 +302,7 @@ mv %{_sysconfdir}/fstab_lazymnt %{_sysconfdir}/fstab %files -n systemd-user-helper %manifest systemd-user-helper.manifest -%caps(cap_sys_admin,cap_mac_admin,cap_setgid=ei) %{_bindir}/systemd_user_helper +%caps(cap_sys_admin,cap_mac_admin,cap_mac_override,cap_dac_override,cap_setgid=ei) %{_bindir}/systemd_user_helper %posttrans -n systemd-user-helper cp -a /usr/lib/systemd/system/user\@.service /usr/lib/systemd/system/__user@.service |