diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2009-06-20 15:54:35 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2009-06-20 15:54:35 +0000 |
| commit | fbbbf5d1356da6f2bc90d7b1e216128ac949f901 (patch) | |
| tree | 494e50cc0b5a3559b2c4ff0dd4e2397b1d0d5dd3 | |
| parent | f8f6146082e8bb49d8337f450b1f60402ef5c4e2 (diff) | |
Chase the removal of PRIV_TTY_PRISON in the mac(9) modules.
Reported by: kib
Pointy hat to: me
Notes
svn path=/head/; revision=194534
| -rw-r--r-- | sys/security/mac_biba/mac_biba.c | 1 | ||||
| -rw-r--r-- | sys/security/mac_lomac/mac_lomac.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/security/mac_biba/mac_biba.c b/sys/security/mac_biba/mac_biba.c index 2c6ada1eb5e5..29d5a4c9a016 100644 --- a/sys/security/mac_biba/mac_biba.c +++ b/sys/security/mac_biba/mac_biba.c @@ -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: diff --git a/sys/security/mac_lomac/mac_lomac.c b/sys/security/mac_lomac/mac_lomac.c index 2359b422ce5f..7f9d0ec22f6e 100644 --- a/sys/security/mac_lomac/mac_lomac.c +++ b/sys/security/mac_lomac/mac_lomac.c @@ -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: |
