Page MenuHomeFreeBSD

Modify file permissions for shutdown(8), poweroff(8), mksnap_ffs(8) and ppp(8) so they are readable by others.
ClosedPublic

Authored by neel on Aug 21 2014, 12:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 7 2025, 6:09 PM
Unknown Object (File)
Sep 6 2025, 5:25 PM
Unknown Object (File)
Sep 6 2025, 11:41 AM
Unknown Object (File)
Sep 6 2025, 10:21 AM
Unknown Object (File)
Sep 6 2025, 10:16 AM
Unknown Object (File)
Sep 6 2025, 9:55 AM
Unknown Object (File)
Aug 24 2025, 11:25 PM
Unknown Object (File)
Jul 29 2025, 4:11 AM
Subscribers
None

Details

Reviewers
delphij
des
Test Plan

Install world and verify permissions.

-r-sr-xr-- 1 root operator 9944 Aug 20 16:04 /sbin/mksnap_ffs
-r-sr-xr-- 2 root operator 15664 Aug 20 16:04 /sbin/poweroff
-r-sr-xr-- 2 root operator 15664 Aug 20 16:04 /sbin/shutdown
-r-sr-xr-- 1 root network 416200 Aug 20 16:05 /usr/sbin/ppp

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

neel retitled this revision from to Modify file permissions for shutdown(8), poweroff(8), mksnap_ffs(8) and ppp(8) so they are readable by others..
neel edited the test plan for this revision. (Show Details)
neel added reviewers: delphij, des.
delphij edited edge metadata.

These files do not by themselves contain sensitive information so we believed it doesn't hurt to allow world readability.

This revision is now accepted and ready to land.Aug 21 2014, 1:00 AM