Skip to content

Commit

Permalink
Add missing 'acl' dependency
Browse files Browse the repository at this point in the history
Needed for setfacl call in receiver script.

Fixes: QubesOS/qubes-issues#8426
  • Loading branch information
DemiMarie committed Sep 11, 2023
1 parent 8bab20b commit da66f39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian/control
Expand Up @@ -14,7 +14,8 @@ Depends: gir1.2-ayatanaappindicator3-0.1,
gstreamer1.0-tools,
python3,
v4l-utils,
${misc:Depends}
acl,
${misc:Depends},
Recommends:
v4l2loopback-dkms (>= 0.12.5-1),
Description: Securely stream webcams and share screens across virtual machines
Expand Down
1 change: 1 addition & 0 deletions rpm_spec/qubes-video-companion.spec.in
Expand Up @@ -72,6 +72,7 @@ BuildRequires: pandoc
Requires: gstreamer1-plugins-good
Requires: python3
Requires: qubes-video-companion-license
Requires: acl

%description receiver
Qubes Video Companion is a tool for securely streaming webcams and sharing
Expand Down

0 comments on commit da66f39

Please sign in to comment.