2023-10-28 05:43:07 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2023-10-28 09:30:43 +00:00
|
|
|
./scripts/config --file .config --enable SECURITY_NETWORK
|
2023-10-28 06:09:44 +00:00
|
|
|
./scripts/config --file .config --enable SECURITY_SELINUX
|
2023-10-28 09:30:43 +00:00
|
|
|
./scripts/config --file .config --enable DEFAULT_SECURITY_SELINUX
|