projects
/
platform
/
core
/
security
/
webauthn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fc7212
)
Change default umask to 0026
27/324527/1
author
Dongsun Lee
<ds73.lee@samsung.com>
Tue, 20 May 2025 05:48:55 +0000
(14:48 +0900)
committer
Dongsun Lee
<ds73.lee@samsung.com>
Tue, 20 May 2025 05:48:55 +0000
(14:48 +0900)
Change-Id: Ib34fcc883b9156d287d1c05b368132b0174bb905
systemd/webauthn.service.in
patch
|
blob
|
history
diff --git
a/systemd/webauthn.service.in
b/systemd/webauthn.service.in
index 459986ecf9c3c60498664b099098079e8cbfb22e..0113d6ef8dfe89f730563dd29f71479bce186179 100644
(file)
--- a/
systemd/webauthn.service.in
+++ b/
systemd/webauthn.service.in
@@
-8,6
+8,7
@@
Requires=webauthn.socket
User=@USER_NAME@
Group=@GROUP_NAME@
SmackProcessLabel=@SMACK_DOMAIN@
+UMask=0026
Type=notify
ExecStart=@BIN_DIR@/webauthn-server
@WATCHDOG_DECLARE@