aboutsummaryrefslogtreecommitdiffstats
path: root/features/security/security.scc
blob: f3a651c03afd225b516a6e31f16df7ecd0fb6070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable/disable configurations that impact kernel security"
define KFEATURE_COMPATIBILITY all

kconf non-hardware security.cfg

if [ "$KARCH" = "x86_64" ]; then
    kconf non-hardware security-x86_64.cfg
fi

if [ "$KARCH" = "arm64" ]; then
    kconf non-hardware security-arm64.cfg
fi