Remove Capabilities field in the service file 85/179985/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 24 May 2018 01:32:16 +0000 (10:32 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 24 May 2018 01:32:16 +0000 (10:32 +0900)
Change-Id: I175f3fcde49cb3d0cc85adbc6fc5050682f1430b
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
packaging/bt-driver-insmod.service

index 393efe12cc9bd6fa86023ef5f25754b6c3cfed79..ba2d5d6cf4d675d4da9050220d886068724c4bbd 100644 (file)
@@ -5,7 +5,6 @@ Description=Bluetooth driver insmod
 Type=oneshot
 ExecStartPre=/bin/sh -c "/bin/systemctl set-environment BT_KERNEL_DIR=$(uname -a | cut -d' ' -f3); /bin/systemctl set-environment BT_DRIVER_PRE=/usr/lib/modules/; /bin/systemctl set-environment BT_DRIVER_APPEND=/kernel/drivers/net/wireless/sd8977/mbt_src/bt8xxx.ko;"
 ExecStart=/usr/sbin/insmod ${BT_DRIVER_PRE}/${BT_KERNEL_DIR}/${BT_DRIVER_APPEND}
-Capabilities=cap_net_admin,cap_net_bind_service,cap_dac_override=eip
 
 [Install]
 WantedBy=multi-user.target