Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 1996 15:23:29 +0600
From:      Tim Pierce <twpierce@midway.uchicago.edu>
To:        questions@freebsd.org
Subject:   group ownership on /dev/io, /dev/mem, /dev/console
Message-ID:  <9611032123.AA06470@bio-5.bsd.uchicago.edu>

next in thread | raw e-mail | index | archive | help
I'm working on the FreeBSD port of MGR, the small Bellcore window
system.  In order to function properly on FreeBSD, the mgr server
needs to have access to /dev/io, /dev/mem and /dev/console.  One
option is to run it as root, but another I've considered is
setting the group ownerships on these files to `mgr', adding group
read/write permission to each one, and making the mgr server
binary setgid to group `mgr'.

This worked all right in an initial test, but I'm concerned about
hidden dangers.  Will the system be compromised or unable to run
by fiddling with the group ownerships on these files?

love, T.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9611032123.AA06470>