From 542bf046ee7a394ae7b68f964ceec43e51f3db2c Mon Sep 17 00:00:00 2001 From: INSUN PYO Date: Tue, 21 Jan 2020 16:12:18 +0900 Subject: [PATCH] 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 --- .../usr/lib/systemd/system/emul-setup-audio-volume.service | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1