mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-12-24 07:30:50 -05:00
Create permission-hardening.conf
This commit is contained in:
parent
61e19fa5f1
commit
6c564f6e95
1 changed files with 10 additions and 0 deletions
10
etc/permission-hardening.conf
Normal file
10
etc/permission-hardening.conf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
## File permission hardening.
|
||||
##
|
||||
## Syntax:
|
||||
## [filename] [mode] [owner] [group] [capability]
|
||||
##
|
||||
/home/ 0755 root root
|
||||
/home/user/ 0700 user user
|
||||
/root/ 0700 root root
|
||||
/boot/ 0700 root root
|
||||
/etc/permission-hardening.conf 0600 root root
|
||||
Loading…
Add table
Add a link
Reference in a new issue