mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-08 20:25:06 -04:00
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/permission-hardener-refactor'
This commit is contained in:
commit
c4cfb8597d
3 changed files with 613 additions and 525 deletions
File diff suppressed because it is too large
Load diff
|
@ -7,8 +7,11 @@
|
|||
|
||||
# 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
|
||||
# user logins with `su` and KScreenLocker. exactwhitelist is needed to keep
|
||||
# the nosuid rule on /usr/bin from fighting with these rules.
|
||||
#
|
||||
# See also: https://www.kicksecure.com/wiki/SUID_Disabler_and_Permission_Hardener#passwd
|
||||
/usr/bin/passwd exactwhitelist
|
||||
/bin/passwd exactwhitelist
|
||||
/usr/bin/passwd 0755 root root
|
||||
/bin/passwd 0755 root root
|
Loading…
Add table
Add a link
Reference in a new issue