-
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that all inodes have sufficient permissions
Since the entirety of /dev/xvdd is publicly accessible online, trying to hide anything in it is pointless. Fix this by ensuring that all files and symlinks have at least 0644 permissions, and that all directories have exactly 0755 permissions. The one exception is /lost+found, which should be 0700 for consistency with other ext3 filesystems.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters