projects
/
platform
/
core
/
security
/
auth-fw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfe0a91
)
Fix a typo in auth-fw.service
28/69828/1
author
jooseong lee
<jooseong.lee@samsung.com>
Tue, 17 May 2016 02:39:45 +0000
(11:39 +0900)
committer
jooseong lee
<jooseong.lee@samsung.com>
Tue, 17 May 2016 02:39:45 +0000
(11:39 +0900)
Change-Id: I3dc97ef1f95311877a033f0cc6241395d11f06fe
Signed-off-by: jooseong lee <jooseong.lee@samsung.com>
systemd/auth-fw.service.in
patch
|
blob
|
history
diff --git
a/systemd/auth-fw.service.in
b/systemd/auth-fw.service.in
index 8c4e8c9493470e085639c44967182e9ca195e389..4e3a8c96da3391f07ef0bfaa81a12e4be2f35805 100644
(file)
--- a/
systemd/auth-fw.service.in
+++ b/
systemd/auth-fw.service.in
@@
-6,7
+6,7
@@
Type=notify
ExecStart=@BIN_DIR@/@SERVICE_NAME@
Sockets=@SOCK_PASSWD_CHECK@
Sockets=@SOCK_PASSWD_SET@
-Sockets=@SOCK_PASSWD_RESET
K
@
+Sockets=@SOCK_PASSWD_RESET@
Sockets=@SOCK_PASSWD_POLICY@
[Install]