remove lsd

This commit is contained in:
nobody43 2023-01-28 14:56:35 +00:00 committed by Alex
parent 5a9ae96ae8
commit 9c61f7ad3e

View file

@ -1,22 +0,0 @@
# apparmor.d - Full set of apparmor profiles
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{,usr/}{,local/}bin/lsd
profile lsd @{exec_path} {
include <abstractions/base>
include <abstractions/nameservice-strict>
include <abstractions/consoles>
capability dac_read_search,
@{exec_path} mr,
/ r,
/**/ r,
include if exists <local/lsd>
}