Restore libexec

Signed-off-by: Jeroen Rijken <jeroen.rijken@xs4all.nl>
This commit is contained in:
Jeroen Rijken 2024-02-19 17:03:40 +01:00 committed by Alex
parent 0fb3706bbd
commit f60234d74a
3 changed files with 4 additions and 2 deletions

View file

@ -28,6 +28,7 @@ profile dolphin @{exec_path} {
@{bin}/ldd rix,
@{lib}/kf5/kioslave5 rPx,
@{lib}/@{multiarch}/kf5/kioslave5 rPx,
/usr/share/kf5/kmoretools/{,**} r,
/usr/share/kio/{,**} r,

View file

@ -6,7 +6,8 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{lib}/kf5/kioslave5
@{exec_path} = @{lib}/@{multiarch}/kf5/kioslave5
@{exec_path} += @{lib}/kf5/kioslave5
profile kioslave5 @{exec_path} {
include <abstractions/base>
include <abstractions/deny-sensitive-home>

View file

@ -55,7 +55,7 @@
# Common places for binaries and libraries across distributions
@{bin}=/{,usr/}{,s}bin
@{lib}=/{,usr/}{,@{multiarch}/}lib{,exec,32,64}
@{lib}=/{,usr/}lib{,exec,32,64}
# Name of the systemd profile: unconfined || systemd
@{systemd}=unconfined