Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ocil_clause: 'they are not 0740 or more permissive'
ocil: |-
To verify that all user initialization files have a mode of <tt>0740</tt> or
less permissive, run the following command:
<pre>$ sudo find /home -type f -name '\.*' \( -perm -0002 -o -perm -0020 \)</pre>
<pre>$ sudo find /root /home -type f -name '\.*' \( -perm -0002 -o -perm -0020 \)</pre>
There should be no output.

fixtext: |-
Expand Down
Loading