mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-04 18:05:00 -04:00
description
This commit is contained in:
parent
2ad087dcd9
commit
09f75fb1ff
1 changed files with 5 additions and 4 deletions
9
debian/control
vendored
9
debian/control
vendored
|
@ -105,12 +105,13 @@ Description: enhances misc security settings
|
|||
.
|
||||
restricts access to the root account:
|
||||
.
|
||||
* `su` is restricted to only users within the sudo group which prevents users
|
||||
from using su to gain root access or switch user accounts.
|
||||
* `su` is restricted to only users within the group `sudo` which prevents
|
||||
users from using `su` to gain root access or to switch user accounts.
|
||||
/usr/share/pam-configs/security-misc
|
||||
(Which results in a change in /etc/pam.d/common-auth.)
|
||||
(Which results in a change in file `/etc/pam.d/common-auth`.)
|
||||
.
|
||||
* Add user `root` to group `sudo`.
|
||||
* Add user `root` to group `sudo`. This is required to make above work so
|
||||
login as a user in a virtual console is still possible.
|
||||
debian/security-misc.postinst
|
||||
.
|
||||
* Lock user accounts after 5 failed login attempts using pam_tally2.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue