From: INSUN PYO Date: Tue, 21 Jan 2020 07:12:18 +0000 (+0900) Subject: Fix worng Capabilities setting X-Git-Tag: submit/tizen/20200217.215713~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=542bf046ee7a394ae7b68f964ceec43e51f3db2c;p=platform%2Fadaptation%2Femulator%2Fsystem-plugin-emulator.git Fix worng Capabilities setting ////////////////////////////////////////////////////////////////////////////////////////////// Jan 21 16:01:54 localhost systemd[4824]: emul-setup-audio-volume.service: Failed at step SECUREBITS spawning /usr/bin/amixer: Operation not permitted Jan 21 16:01:54 localhost systemd[1]: emul-setup-audio-volume.service: Main process exited, code=exited, status=213/SECUREBITS Jan 21 16:01:54 localhost systemd[1]: Failed to start Audio volume setup on emulator. Jan 21 16:01:54 localhost systemd[1]: emul-setup-audio-volume.service: Unit entered failed state. Jan 21 16:01:54 localhost systemd[1]: emul-setup-audio-volume.service: Failed with result 'exit-code'. //////////////////////////////////////////////////////////////////////////////////////////////// Change-Id: Ieafd46038e37096ddfea0fe6a11d1781355ebb8c --- diff --git a/filesystem/usr/lib/systemd/system/emul-setup-audio-volume.service b/filesystem/usr/lib/systemd/system/emul-setup-audio-volume.service index ff633b0..a193214 100644 --- a/filesystem/usr/lib/systemd/system/emul-setup-audio-volume.service +++ b/filesystem/usr/lib/systemd/system/emul-setup-audio-volume.service @@ -6,7 +6,6 @@ After=systemd-udevd.service [Service] User=service_fw Group=service_fw -SecureBits=keep-caps Type=oneshot SmackProcessLabel=System SupplementaryGroups=audio