Skip to content

Commit

Permalink
steam_support: make libexec and lib files executable canonical#12794
Browse files Browse the repository at this point in the history
Allows files in `/usr/libexec` and `/usr/lib` to execute.

See canonical/steam-snap#227 for context.
  • Loading branch information
ashuntu authored and alexmurray committed Oct 17, 2023
1 parent 6d1b786 commit 079296b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion interfaces/builtin/steam_support.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ umount /,
deny /usr/bin/{chfn,chsh,gpasswd,mount,newgrp,passwd,su,sudo,umount} x,
/usr/bin/** ixr,
/usr/sbin/** ixr,
/usr/lib/pressure-vessel/** ixr,
/usr/libexec/** ixr,
/usr/lib/** ixr,
/run/host/** mr,
/run/pressure-vessel/** mrw,
/run/host/usr/sbin/ldconfig* ixr,
Expand Down

0 comments on commit 079296b

Please sign in to comment.