mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
11 lines
236 B
Plaintext
11 lines
236 B
Plaintext
|
## 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
|