From 96b0b0d6ac11323456912b3148b8d183ee9c627a Mon Sep 17 00:00:00 2001 From: Riku Nomoto Date: Wed, 30 Dec 2020 15:55:03 +0900 Subject: Reworked by rearranging agl-systemd's recipe The current AGL is running the process as root user. Therefore, there is no need to configure the capability. This patch changes the script to not run the capability setting. I'm not sure if these scripts are working as expected now. Toyota will not implement the capability settings this time. This will be worked out in future Production Readiness activities. Signed-off-by: Riku Nomoto Change-Id: Ie425edd64441f7526f0774e75011b594802fbd4a --- agl-systemd/systemd-udev-trigger.service | 1 - 1 file changed, 1 deletion(-) (limited to 'agl-systemd/systemd-udev-trigger.service') diff --git a/agl-systemd/systemd-udev-trigger.service b/agl-systemd/systemd-udev-trigger.service index e6431e7..c390f5b 100755 --- a/agl-systemd/systemd-udev-trigger.service +++ b/agl-systemd/systemd-udev-trigger.service @@ -18,5 +18,4 @@ ConditionPathIsReadWrite=/sys Type=oneshot RemainAfterExit=yes EnvironmentFile=/etc/basesystem/env.txt -ExecStartPre=/usr/bin/set_capability.sh ExecStart=/bin/udevadm trigger --type=subsystems --action=add ; /bin/udevadm trigger --type=devices --action=add -- cgit 1.2.3-korg