fix: add additional binary that needs suid for qvm-copy to work
This commit is contained in:
parent
bbd2e01bac
commit
8d7c206cbb
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,7 @@ whitelist=(
|
|||
# Need to allowlist qrexec binaries to ensure qubes templates (hopefully) don't break, not sure why they're duplicated in /usr/bin and /usr/sbin
|
||||
"/usr/bin/qfile-unpacker"
|
||||
"/usr/sbin/qfile-unpacker"
|
||||
"/usr/lib/qubes/qfile-unpacker"
|
||||
"/usr/bin/qrexec-client-vm"
|
||||
"/usr/sbin/qrexec-client-vm"
|
||||
"/usr/bin/qrexec-fork-server"
|
||||
|
@ -38,7 +39,6 @@ whitelist=(
|
|||
"/usr/sbin/qrexec-policy-graph"
|
||||
"/usr/bin/qrexec-policy-restore"
|
||||
"/usr/sbin/qrexec-policy-restore"
|
||||
|
||||
# Required for nvidia closed driver images
|
||||
"/usr/bin/nvidia-modprobe"
|
||||
# https://gitlab.freedesktop.org/polkit/polkit/-/issues/168
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue