2024-01-03 05:47:13 -05:00
|
|
|
# SPDX-FileCopyrightText: 2023 Yukikoo neowutran <https://neowutran.ovh>
|
2024-01-14 08:05:17 -05:00
|
|
|
# SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
2023-11-13 09:33:28 -05:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
2024-01-03 05:47:13 -05:00
|
|
|
#
|
|
|
|
# Credits: https://forum.qubes-os.org/t/audio-qube/20685
|
2023-11-13 09:33:28 -05:00
|
|
|
|
|
|
|
## 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-01-04 06:20:13 -05:00
|
|
|
|
2024-01-17 09:11:23 -05:00
|
|
|
## Literal name 'sys-usb' in case user has not installed from our formula.
|
|
|
|
admin.vm.device.usb.Available * disp-{{ sls_path }} sys-usb allow target=dom0
|
|
|
|
admin.vm.device.usb.Available * disp-{{ sls_path }} @tag:usbvm allow target=dom0
|
2024-01-14 08:05:17 -05:00
|
|
|
admin.vm.device.mic.Available * disp-{{ sls_path }} @adminvm allow target=dom0
|
2024-01-04 06:20:13 -05:00
|
|
|
|
2024-01-14 08:05:17 -05:00
|
|
|
admin.Events * disp-{{ sls_path }} disp-{{ sls_path }} allow target=dom0
|
|
|
|
admin.Events * disp-{{ sls_path }} @adminvm allow target=dom0
|
|
|
|
admin.Events * disp-{{ sls_path }} @tag:audiovm-disp-{{ sls_path }} allow target=dom0
|
2024-01-03 05:47:13 -05:00
|
|
|
|
2024-01-14 08:05:17 -05:00
|
|
|
admin.vm.CurrentState * disp-{{ sls_path }} disp-{{ sls_path }} allow target=dom0
|
|
|
|
admin.vm.CurrentState * disp-{{ sls_path }} @adminvm allow target=dom0
|
|
|
|
admin.vm.CurrentState * disp-{{ sls_path }} @tag:audiovm-disp-{{ sls_path }} allow target=dom0
|
2024-01-03 05:47:13 -05:00
|
|
|
|
2024-01-14 08:05:17 -05:00
|
|
|
admin.vm.List * disp-{{ sls_path }} disp-{{ sls_path }} allow target=dom0
|
|
|
|
admin.vm.List * disp-{{ sls_path }} @adminvm allow target=dom0
|
|
|
|
admin.vm.List * disp-{{ sls_path }} @tag:audiovm-disp-{{ sls_path }} allow target=dom0
|
2023-11-13 09:33:28 -05:00
|
|
|
|
2024-01-14 08:05:17 -05:00
|
|
|
admin.vm.property.Get +audiovm disp-{{ sls_path }} @tag:audiovm-disp-{{ sls_path }} allow target=dom0
|
|
|
|
admin.vm.property.Get +xid disp-{{ sls_path }} @tag:audiovm-disp-{{ sls_path }} allow target=dom0
|
|
|
|
admin.vm.property.Get +stubdom_xid disp-{{ sls_path }} @tag:audiovm-disp-{{ sls_path }} allow target=dom0
|
2023-11-13 09:33:28 -05:00
|
|
|
|
2024-01-14 08:05:17 -05:00
|
|
|
admin.vm.feature.CheckWithTemplate +audio disp-{{ sls_path }} @tag:audiovm-disp-{{ sls_path }} allow target=dom0
|
|
|
|
admin.vm.feature.CheckWithTemplate +audio-model disp-{{ sls_path }} @tag:audiovm-disp-{{ sls_path }} allow target=dom0
|
|
|
|
admin.vm.feature.CheckWithTemplate +supported-service.pipewire disp-{{ sls_path }} @tag:audiovm-disp-{{ sls_path }} allow target=dom0
|
|
|
|
admin.vm.feature.CheckWithTemplate +audio-low-latency disp-{{ sls_path }} @tag:audiovm-disp-{{ sls_path }} allow target=dom0
|
2023-11-13 09:33:28 -05:00
|
|
|
|
2024-01-14 08:05:17 -05:00
|
|
|
admin.vm.property.GetAll * disp-{{ sls_path }} disp-{{ sls_path }} allow target=dom0
|
|
|
|
admin.vm.property.GetAll * disp-{{ sls_path }} @tag:audiovm-disp-{{ sls_path }} allow target=dom0
|
2023-11-13 09:33:28 -05:00
|
|
|
## vim:ft=qrexecpolicy
|