mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
14 lines
656 B
Plaintext
14 lines
656 B
Plaintext
|
# SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||
|
#
|
||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
|
||
|
## Do not modify this file, create a new policy with with a lower number in the
|
||
|
## file name instead. For example `30-user.policy`.
|
||
|
qusal.GitFetch * @anyvm @default ask target={{ sls_path }} default_target={{ sls_path }}
|
||
|
qusal.GitPush * @anyvm @default ask target={{ sls_path }} default_target={{ sls_path }}
|
||
|
qusal.GitInit * @anyvm @default ask target={{ sls_path }} default_target={{ sls_path }}
|
||
|
qusal.GitFetch * @anyvm @anyvm deny
|
||
|
qusal.GitPush * @anyvm @anyvm deny
|
||
|
qusal.GitInit * @anyvm @anyvm deny
|
||
|
## vim:ft=qrexecpolicy
|