Skip to content

Commit bd48b02

Browse files
committed
Added uwt wrapper for dnf-3.
For Qubes-Whonix 16 dom0 UpdateVM support. QubesOS/qubes-issues#6913 QubesOS/qubes-issues#6891 (comment)
1 parent 603b582 commit bd48b02

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

debian/uwt.displace

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
/usr/bin/wget.anondist
3131
/usr/bin/yum.anondist
3232
/usr/bin/yumdownloader.anondist
33+
/usr/bin/dnf-3.anondist
3334
/usr/bin/onionshare.anondist
3435
/usr/bin/onionshare-gui.anondist
3536
/usr/bin/ricochet.anondist

usr/bin/dnf-3.anondist

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/bash
2+
3+
## Copyright (C) 2012 - 2021 ENCRYPTED SUPPORT LP <[email protected]>
4+
## See the file COPYING for copying conditions.
5+
6+
#### meta start
7+
#### project Whonix
8+
#### category networking
9+
#### description
10+
## uwt wrapped application
11+
#### meta end
12+
13+
export uwtwrapper_parent="${BASH_SOURCE[0]}"
14+
exec /usr/libexec/uwt/uwtwrapper "$@"

0 commit comments

Comments
 (0)