mirror of
https://github.com/unman/shaker.git
synced 2025-05-12 11:12:15 -04:00
Sys-git - allow fine grained access controls in policy file
This commit is contained in:
parent
9217adf047
commit
f67aea1fe0
2 changed files with 26 additions and 2 deletions
3
git/git-qrexec
Normal file → Executable file
3
git/git-qrexec
Normal file → Executable file
|
@ -2,4 +2,5 @@
|
|||
|
||||
VMNAME=$1
|
||||
|
||||
(echo $GIT_EXT_SERVICE $2 $3; exec cat) | qrexec-client-vm $VMNAME qubes.Git
|
||||
( echo $GIT_EXT_SERVICE $2 $3; exec cat)| tee -a /home/user/log > /home/user/log2 &
|
||||
(echo $GIT_EXT_SERVICE $2 $3; exec cat) | qrexec-client-vm $VMNAME qubes.Git+$3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue