feat: disable sssd daemons by default

This commit is contained in:
qoijjj
2024-10-05 12:22:51 -07:00
committed by GitHub
parent 73d5425db8
commit de054f68d3
2 changed files with 12 additions and 0 deletions

View 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

View File

@@ -6,4 +6,5 @@ scripts:
- disablealsastate.sh
- disablemodemmanager.sh
- disablenfsdaemons.sh
- disablesssd.sh
- justfilehardening.sh