mirror of
https://github.com/ben-grande/qusal.git
synced 2025-12-15 08:29:23 -05:00
fix: avoid operand evaluation as argument
Explicit end option parsing as the shell can be quite dangerous without it.
This commit is contained in:
parent
e42950376a
commit
1b2f1ba941
52 changed files with 196 additions and 189 deletions
|
|
@ -10,7 +10,7 @@ User=user
|
|||
Group=user
|
||||
Type=simple
|
||||
UMask=0177
|
||||
ExecStartPre=/usr/bin/mkdir -m 700 -p %T/%p
|
||||
ExecStartPre=/usr/bin/mkdir -m 700 -p -- %T/%p
|
||||
ExecStartPre=/usr/bin/ssh-agent -a %T/%p/%i.sock
|
||||
ExecStart=/usr/bin/socat UNIX-LISTEN:"%T/%p/%i.sock,unlink-early,reuseaddr,fork" EXEC:"qrexec-client-vm -- @default qusal.SshAgent+%i"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue