From b71b2a3dfdb9a5eba34e1c81c1cfac613eafa3ee Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 28 Oct 2023 15:00:43 +0530 Subject: [PATCH] enable selinux for real this time --- extra-configs/selinux.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extra-configs/selinux.sh b/extra-configs/selinux.sh index 07a2884..074ff61 100755 --- a/extra-configs/selinux.sh +++ b/extra-configs/selinux.sh @@ -1,3 +1,5 @@ #!/usr/bin/env bash +./scripts/config --file .config --enable SECURITY_NETWORK ./scripts/config --file .config --enable SECURITY_SELINUX +./scripts/config --file .config --enable DEFAULT_SECURITY_SELINUX