mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
remove lsd
This commit is contained in:
parent
5a9ae96ae8
commit
9c61f7ad3e
1 changed files with 0 additions and 22 deletions
|
@ -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>
|
|
||||||
}
|
|
Loading…
Reference in a new issue