mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-03 19:54:12 -04:00
refactor: initial commit
This commit is contained in:
commit
5eebd789ed
591 changed files with 18598 additions and 0 deletions
13
salt/sys-syncthing/files/admin/policy/default.policy
Normal file
13
salt/sys-syncthing/files/admin/policy/default.policy
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 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`.
|
||||
qubes.OpenURL * {{ sls_path }} @default allow target={{ sls_path }}-browser
|
||||
qubes.OpenURL * {{ sls_path }} @anyvm deny
|
||||
qubes.ConnectTCP +8384 {{ sls_path }}-browser @default allow target={{ sls_path }}
|
||||
qubes.ConnectTCP * {{ sls_path }}-browser @anyvm deny
|
||||
qusal.Syncthing * @anyvm @default ask target={{ sls_path }} default_target={{ sls_path }}
|
||||
qusal.Syncthing * @anyvm @anyvm deny
|
||||
## vim:ft=qrexecpolicy
|
Loading…
Add table
Add a link
Reference in a new issue