mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
abf72c2ee4
Hardener as the script is the agent that is hardening the file permissions.
15 lines
663 B
Plaintext
15 lines
663 B
Plaintext
## Copyright (C) 2012 - 2023 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
## Please use "/etc/permission-hardener.d/20_user.conf" or
|
|
## "/usr/local/etc/permission-hardener.d/20_user.conf" for your custom
|
|
## configuration. When security-misc is updated, this file may be overwritten.
|
|
|
|
# Keep the `passwd` utility executable to prevent issues with the
|
|
# /usr/libexec/security-misc/pam-abort-on-locked-password script blocking
|
|
# user logins with `su` and KScreenLocker
|
|
#
|
|
# See also: https://www.kicksecure.com/wiki/SUID_Disabler_and_Permission_Hardener#passwd
|
|
/usr/bin/passwd 0755 root root
|
|
/bin/passwd 0755 root root
|