Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Oct 1995 17:47:41 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org
Subject:   Re: cvs commit: src/sys/i386/isa syscons.c
Message-ID:  <199510140747.RAA05831@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified:    sys/i386/isa  syscons.c
>  Log:
>  Don't allow i/o operations for non-root users.

This change should probably be in 2.1, but I'm not sure if it breaks
anything.  pcvt has restricted i// privilege to root for a long time.

i/o privilege should never have been granted in devices other than
/dev/io.  /dev/io has its own permissions which can be used to grant
i/o privilege to a more selective group than root || { anyone that
can talk to a ttyv }.

i/o privilege should not be granted if kern.securelevel >= 1.

Bruce



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