security-misc split string changes

This commit is contained in:
Aaron Rainbolt 2025-09-21 16:06:11 -05:00
parent 5738bb6104
commit 2a39d5997c
No known key found for this signature in database
GPG key ID: A709160D73C79109
47 changed files with 72 additions and 53 deletions

View file

@ -52,10 +52,10 @@ user_groups_modifications() {
}
output_skip_checks() {
echo "security-misc '$0' INFO: Allow installation of security-misc anyway." >&2
echo "security-misc '$0' INFO: (technical reason: $@)" >&2
echo "security-misc '$0' INFO: If this is a chroot this is probably OK." >&2
echo "security-misc '$0' INFO: Otherwise you might not be able to login." >&2
echo "security-misc-shared '$0' INFO: Allow installation of security-misc-shared anyway." >&2
echo "security-misc-shared '$0' INFO: (technical reason: $@)" >&2
echo "security-misc-shared '$0' INFO: If this is a chroot this is probably OK." >&2
echo "security-misc-shared '$0' INFO: Otherwise you might not be able to login." >&2
}
sudo_users_check () {