mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-10 15:17:57 +07:00
Create permission-hardening.conf
This commit is contained in:
parent
61e19fa5f1
commit
6c564f6e95
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…
Reference in New Issue
Block a user