mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-25 18:05:24 -04:00
Removes read, write and execute access for others for all users who have home
folders under folder /home by running for example "chmod o-rwx /home/user" during package installation or upgrade. This will be done only once per folder in folder /home so users who wish to relax file permissions are free to do so. This is to protect previously created files in user home folder which were previously created with lax file permissions prior installation of this package.
This commit is contained in:
parent
4740e8b335
commit
3f031a297d
2 changed files with 36 additions and 0 deletions
8
debian/control
vendored
8
debian/control
vendored
|
@ -143,6 +143,14 @@ Description: enhances misc security settings
|
|||
The default umask is changed to 006. This allows only the owner and group to
|
||||
read and write to newly created files.
|
||||
.
|
||||
Removes read, write and execute access for others for all users who have home
|
||||
folders under folder /home by running for example "chmod o-rwx /home/user"
|
||||
during package installation or upgrade. This will be done only once per folder
|
||||
in folder /home so users who wish to relax file permissions are free to do so.
|
||||
This is to protect previously created files in user home folder which were
|
||||
previously created with lax file permissions prior installation of this
|
||||
package.
|
||||
.
|
||||
The kernel now panics on oopses to prevent it from continuing running a
|
||||
flawed process.
|
||||
.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue