[Bug 221497] Inconsistency in NETWORK group files rights for PPP
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Aug 19 22:13:14 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221497
Don Lewis <truckman at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |truckman at FreeBSD.org
--- Comment #3 from Don Lewis <truckman at FreeBSD.org> ---
/usr/sbin/ppp is in group network so that only users in group network can run
it (it has not access permission for other).
/var/run/ppp and /var/log/ppp.log are probably in group network so that only
users in that group can look at them. They might contain sensitive
information. These files don't give permission to other.
The group ownership of /etc/ppp doesn't matter since it is mode 755. Anyone
can ls that directory regardless of what groups they belong to since its
contents are not sensitive.
The group ownership of /etc/ppp/ppp.conf doesn't matter since its permissions
are 600. Nobody other than root can read it, no matter what its group might be
set to.
Basically, group ownership only matters when the group perms != other perms.
One thing that is a bit strange is why /usr/sbin/ppp gives read access to
other.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list