summaryrefslogtreecommitdiffstats
path: root/sys/sys/priv.h
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-06-20 16:39:25 +0000
committered <ed@FreeBSD.org>2009-06-20 16:39:25 +0000
commit97ecde77c287998641d1fdf94fe72a9c24effc79 (patch)
tree64f64a55165ebe462c46c2b1d814eac76d7aae59 /sys/sys/priv.h
parent4b0b98bba18e2ede1385fbdd6327b29a5e5cbc4a (diff)
downloadFreeBSD-src-97ecde77c287998641d1fdf94fe72a9c24effc79.zip
FreeBSD-src-97ecde77c287998641d1fdf94fe72a9c24effc79.tar.gz
Add placeholder to prevent reuse of privilege 254.
Requested by: rwatson
Diffstat (limited to 'sys/sys/priv.h')
-rw-r--r--sys/sys/priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/priv.h b/sys/sys/priv.h
index 2af31eb..97eb9cc 100644
--- a/sys/sys/priv.h
+++ b/sys/sys/priv.h
@@ -211,6 +211,7 @@
#define PRIV_TTY_DRAINWAIT 251 /* Set tty drain wait time. */
#define PRIV_TTY_DTRWAIT 252 /* Set DTR wait on tty. */
#define PRIV_TTY_EXCLUSIVE 253 /* Override tty exclusive flag. */
+#define _PRIV_TTY_PRISON 254 /* Removed. */
#define PRIV_TTY_STI 255 /* Simulate input on another tty. */
#define PRIV_TTY_SETA 256 /* Set tty termios structure. */
OpenPOWER on IntegriCloud