wip: guardian state
This commit is contained in:
parent
b687b01961
commit
b657635c86
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -57,7 +57,8 @@ pull/%:
|
||||||
|
|
||||||
apply:
|
apply:
|
||||||
echo "Applying salt states"
|
echo "Applying salt states"
|
||||||
run0 rm -rf /srv/salt/guardian && run0 cp -r ./guardian /srv/salt/ && \
|
run0 install -Dd -o$(USER) -g$(USER) -m0755 /srv/user && \
|
||||||
|
run0 cp -r ./guardian /srv/user/salt && \
|
||||||
run0 qubesctl top.enable guardian && \
|
run0 qubesctl top.enable guardian && \
|
||||||
run0 qubesctl --show-output --all state.apply && \
|
run0 qubesctl --show-output --all state.apply && \
|
||||||
popd
|
popd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue