pmb.parse.kconfig: remove apparmor check (MR 2200)

Remove the check as apparmor is not the way we want to go for privilege
separation anymore.
See https://gitlab.com/postmarketOS/pmaports/-/issues/1596
This commit is contained in:
Luca Weiss 2022-09-04 19:10:48 +02:00
parent 0132af72b5
commit 52530caaf8
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
4 changed files with 0 additions and 30 deletions

View file

@ -415,7 +415,6 @@ def kconfig(args):
if not pmb.parse.kconfig.check(
args, package,
force_anbox_check=args.anbox,
force_apparmor_check=args.apparmor,
force_iwd_check=args.iwd,
force_nftables_check=args.nftables,
force_containers_check=args.containers,