mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
fix: more restrictive Qrexec audio policy
This commit is contained in:
parent
efc3984df3
commit
c7c85fbcb4
@ -1,4 +1,4 @@
|
||||
# SPDX-FileCopyrightText: 2023 Yukikoo neowutran <https://neowutran.ovh>
|
||||
# SPDX-FileCopyrightText: 2023 - 2024 Yukikoo neowutran <https://neowutran.ovh>
|
||||
# SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
@ -16,8 +16,11 @@ admin.vm.device.usb.Available * @tag:audiovm @anyvm deny
|
||||
admin.vm.device.mic.Available * @tag:audiovm @adminvm allow target=dom0
|
||||
admin.vm.device.mic.Available * @anyvm @anyvm deny
|
||||
|
||||
admin.Events * {{ audiovm }} @tag:audiovm-{{ audiovm }} allow target=dom0
|
||||
admin.Events * @tag:audiovm @adminvm allow target=dom0
|
||||
admin.Events * @tag:audiovm @adminvm allow target=dom0
|
||||
admin.Events +domain-start {{ audiovm }} @tag:audiovm-{{ audiovm }} allow target=dom0
|
||||
admin.Events +domain-stopped {{ audiovm }} @tag:audiovm-{{ audiovm }} allow target=dom0
|
||||
admin.Events +domain-shutdown {{ audiovm }} @tag:audiovm-{{ audiovm }} allow target=dom0
|
||||
admin.Events +connection-established {{ audiovm }} @tag:audiovm-{{ audiovm }} allow target=dom0
|
||||
admin.Events * @tag:audiovm @anyvm deny
|
||||
|
||||
admin.vm.CurrentState * {{ audiovm }} @tag:audiovm-{{ audiovm }} allow target=dom0
|
||||
@ -28,15 +31,6 @@ admin.vm.List * {{ audiovm }} @tag:audiovm-{{ audiovm }} allow target=dom0
|
||||
admin.vm.List * @tag:audiovm @adminvm allow target=dom0
|
||||
admin.vm.List * @tag:audiovm @anyvm deny
|
||||
|
||||
admin.vm.property.Get +audiovm {{ audiovm }} @tag:audiovm-{{ audiovm }} allow target=dom0
|
||||
admin.vm.property.Get +audiovm @anyvm @tag:audiovm-{{ audiovm }} deny
|
||||
|
||||
admin.vm.property.Get +stubdom_xid {{ audiovm }} @tag:audiovm-{{ audiovm }} allow target=dom0
|
||||
admin.vm.property.Get +stubdom_xid @anyvm @tag:audiovm-{{ audiovm }} deny
|
||||
|
||||
admin.vm.property.Get +xid {{ audiovm }} @tag:audiovm-{{ audiovm }} allow target=dom0
|
||||
admin.vm.property.Get +xid @anyvm @tag:audiovm-{{ audiovm }} deny
|
||||
|
||||
admin.vm.feature.CheckWithTemplate +audio {{ audiovm }} @tag:audiovm-{{ audiovm }} allow target=dom0
|
||||
admin.vm.feature.CheckWithTemplate +audio @anyvm @tag:audiovm-{{ audiovm }} deny
|
||||
|
||||
@ -49,6 +43,15 @@ admin.vm.feature.CheckWithTemplate +audio-model @anyvm @tag:audiovm-{{ audiovm }
|
||||
admin.vm.feature.CheckWithTemplate +supported-service.pipewire {{ audiovm }} @tag:audiovm-{{ audiovm }} allow target=dom0
|
||||
admin.vm.feature.CheckWithTemplate +supported-service.pipewire @anyvm @tag:audiovm-{{ audiovm }} deny
|
||||
|
||||
admin.vm.property.GetAll * {{ audiovm }} @tag:audiovm-{{ audiovm }} allow target=dom0
|
||||
admin.vm.property.Get +audiovm {{ audiovm }} @tag:audiovm-{{ audiovm }} allow target=dom0
|
||||
admin.vm.property.Get +audiovm @anyvm @tag:audiovm-{{ audiovm }} deny
|
||||
|
||||
admin.vm.property.Get +stubdom_xid {{ audiovm }} @tag:audiovm-{{ audiovm }} allow target=dom0
|
||||
admin.vm.property.Get +stubdom_xid @anyvm @tag:audiovm-{{ audiovm }} deny
|
||||
|
||||
admin.vm.property.Get +xid {{ audiovm }} @tag:audiovm-{{ audiovm }} allow target=dom0
|
||||
admin.vm.property.Get +xid @anyvm @tag:audiovm-{{ audiovm }} deny
|
||||
|
||||
admin.vm.property.GetAll * {{ audiovm }} @tag:audiovm-{{ audiovm }} deny notify=no
|
||||
admin.vm.property.GetAll * @anyvm @tag:audiovm-{{ audiovm }} deny
|
||||
## vim:ft=qrexecpolicy
|
||||
|
Loading…
Reference in New Issue
Block a user