mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-01 10:57:49 +00:00
feat: disable sssd daemons by default
This commit is contained in:
11
files/scripts/disablesssd.sh
Normal file
11
files/scripts/disablesssd.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Tell build process to exit if there are any errors.
|
||||
set -oue pipefail
|
||||
|
||||
echo "Disabling the sssd daemons"
|
||||
systemctl disable sssd
|
||||
systemctl mask sssd
|
||||
|
||||
systemctl disable sssd-kcm
|
||||
systemctl mask sssd-kcm
|
||||
@@ -6,4 +6,5 @@ scripts:
|
||||
- disablealsastate.sh
|
||||
- disablemodemmanager.sh
|
||||
- disablenfsdaemons.sh
|
||||
- disablesssd.sh
|
||||
- justfilehardening.sh
|
||||
Reference in New Issue
Block a user