Do not change ownership of the sockets 50/321050/1 accepted/tizen/9.0/unified/20241203.163322
authorŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 23 Oct 2024 07:15:53 +0000 (09:15 +0200)
committerSangYoun Kwak <sy.kwak@samsung.com>
Wed, 27 Nov 2024 05:02:41 +0000 (14:02 +0900)
With access permissions set to 0777 ownership of the socket does not
matter except it takes longer for systemd to create the socket.

Change-Id: I9bedd82f8f7d9e8db7b21d9a9e7a50e1a08db251
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
packaging/sensord.socket

index a64cd4b079e83bc91755384c68cdb744de35299e..ce2f0ce47fa411dce43b1f0b588d3924ac1fdf45 100644 (file)
@@ -2,8 +2,6 @@
 Description=Sensor socket
 
 [Socket]
-SocketUser=sensor
-SocketGroup=input
 ListenStream=/run/.sensord.socket
 SocketMode=0777
 PassCredentials=yes