2024-05-24 09:39:22 -04:00
|
|
|
# SPDX-FileCopyrightText: 2024 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`.
|
2024-06-20 04:40:58 -04:00
|
|
|
qusal.Print * @tag:print-client @tag:print-server allow
|
|
|
|
qusal.Print * @tag:print-client @default allow target=sys-print
|
2024-06-19 09:40:20 -04:00
|
|
|
qusal.Print * @anyvm @tag:print-server ask
|
2024-05-24 09:39:22 -04:00
|
|
|
qusal.Print * @anyvm @default ask default_target=sys-print
|
|
|
|
qusal.Print * @anyvm @anyvm deny
|
|
|
|
## vim:ft=qrexecpolicy
|