From bffb1504c8efddfef2698f9eb7484ac2c4f9dbbd Mon Sep 17 00:00:00 2001 From: Changyeon Lee Date: Tue, 11 Oct 2016 14:59:46 +0900 Subject: [PATCH] applied ui_fw uid,gid in tbm-drm-auth.service Change-Id: Ieefb55c191fd4bed6c5cae885c2a5b0cef35c40f --- service/tbm-drm-auth.service | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/service/tbm-drm-auth.service b/service/tbm-drm-auth.service index edbd071..37c4313 100644 --- a/service/tbm-drm-auth.service +++ b/service/tbm-drm-auth.service @@ -2,11 +2,14 @@ Description= tbm-drm-auth setup service [Service] +User=ui_fw +Group=ui_fw +Capabilities=cap_fowner,cap_chown=i +SecureBits=keep-caps Type=oneshot SmackProcessLabel=System ExecStart=/usr/bin/chmod g+w /run/tbm-drm-auth ExecStart=/usr/bin/chgrp display /run/tbm-drm-auth -ExecStart=/usr/bin/chsmack -a User /run/tbm-drm-auth [Install] WantedBy=graphical.target -- 2.7.4