Skip to content

Commit

Permalink
[sailjail] Fix missing privileged group on executable. JB#54742
Browse files Browse the repository at this point in the history
"privileged" group must be available before package installation to be
able to make executable owned by this group.
  • Loading branch information
dseight committed Jun 18, 2021
1 parent f1c9d60 commit 40bb40e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpm/sailjail.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Requires: xdg-dbus-proxy
Provides: sailjail-launch-approval
%endif
Requires: sailjail-permissions
Requires(pre): sailfish-setup

Requires: glib2 >= %{glib_version}
Requires: libglibutil >= %{libglibutil_version}
Expand Down

0 comments on commit 40bb40e

Please sign in to comment.