projects
/
platform
/
core
/
system
/
sensord.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
931437a
)
Do not change ownership of the sockets
47/319447/1
accepted/tizen/unified/20241122.171511
accepted/tizen/unified/x/20241218.032502
accepted/tizen/unified/x/asan/20241224.004225
author
Łukasz Stelmach
<l.stelmach@samsung.com>
Wed, 23 Oct 2024 07:15:53 +0000
(09:15 +0200)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Wed, 23 Oct 2024 07:17:02 +0000
(09:17 +0200)
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
patch
|
blob
|
history
diff --git
a/packaging/sensord.socket
b/packaging/sensord.socket
index a64cd4b079e83bc91755384c68cdb744de35299e..ce2f0ce47fa411dce43b1f0b588d3924ac1fdf45 100644
(file)
--- a/
packaging/sensord.socket
+++ b/
packaging/sensord.socket
@@
-2,8
+2,6
@@
Description=Sensor socket
[Socket]
-SocketUser=sensor
-SocketGroup=input
ListenStream=/run/.sensord.socket
SocketMode=0777
PassCredentials=yes