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
|
@ -466,8 +466,6 @@ def arguments_kconfig(subparser):
|
|||
" directly instead of a config in a package")
|
||||
check.add_argument("--anbox", action="store_true", help="check"
|
||||
" options needed for anbox too")
|
||||
check.add_argument("--apparmor", action="store_true", help="check"
|
||||
" options needed for apparmor too")
|
||||
check.add_argument("--iwd", action="store_true", help="check"
|
||||
" options needed for iwd too")
|
||||
check.add_argument("--nftables", action="store_true", help="check"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue