mirror of
https://github.com/ben-grande/qusal.git
synced 2025-02-07 10:35:21 -05:00
![Ben Grande](/assets/img/avatar_default.png)
Document qusal.ConnectTCP in dev's Access Control as it defaults to deny and causes confusion to users why it doesn't work by default. This is an exception of the rule that a formula cannot document the RPC service of another formula to avoid duplication.
20 lines
424 B
Plaintext
20 lines
424 B
Plaintext
{#
|
|
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
#}
|
|
|
|
base:
|
|
'dom0':
|
|
- match: nodegroup
|
|
- dev.create
|
|
'tpl-dev':
|
|
- dev.install
|
|
'dvm-dev':
|
|
- dev.configure-dvm
|
|
'dev':
|
|
- dev.configure
|
|
'(I@qubes:type:template or I@qubes:type:standalone) and (G@kernel:Linux or G@kernel:*BSD)':
|
|
- match: compound
|
|
- sys-net.install-proxy
|