mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-30 14:55:15 +01:00
Restore libexec
Signed-off-by: Jeroen Rijken <jeroen.rijken@xs4all.nl>
This commit is contained in:
parent
0fb3706bbd
commit
f60234d74a
3 changed files with 4 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue