Chase the removal of PRIV_TTY_PRISON in the mac(9) modules.

Reported by:	kib
Pointy hat to:	me
This commit is contained in:
Ed Schouten 2009-06-20 15:54:35 +00:00
parent f8f6146082
commit fbbbf5d135
2 changed files with 0 additions and 2 deletions

View File

@ -1789,7 +1789,6 @@ biba_priv_check(struct ucred *cred, int priv)
case PRIV_TTY_DRAINWAIT:
case PRIV_TTY_DTRWAIT:
case PRIV_TTY_EXCLUSIVE:
case PRIV_TTY_PRISON:
case PRIV_TTY_STI:
case PRIV_TTY_SETA:

View File

@ -1781,7 +1781,6 @@ lomac_priv_check(struct ucred *cred, int priv)
case PRIV_TTY_DRAINWAIT:
case PRIV_TTY_DTRWAIT:
case PRIV_TTY_EXCLUSIVE:
case PRIV_TTY_PRISON:
case PRIV_TTY_STI:
case PRIV_TTY_SETA: