forked from Mirror/pmbootstrap
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:
parent
0132af72b5
commit
52530caaf8
4 changed files with 0 additions and 30 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue