Create permission-hardening.conf

This commit is contained in:
madaidan 2019-12-08 16:50:11 +00:00 committed by GitHub
parent 61e19fa5f1
commit 6c564f6e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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