svn commit: r194895 - head/sys/sys

Robert Watson rwatson at FreeBSD.org
Wed Jun 24 20:06:17 UTC 2009


Author: rwatson
Date: Wed Jun 24 20:06:16 2009
New Revision: 194895
URL: http://svn.freebsd.org/changeset/base/194895

Log:
  Remove kernel SLIP and PPP privileges, since they are no longer used.
  
  Suggested by:	bz

Modified:
  head/sys/sys/priv.h

Modified: head/sys/sys/priv.h
==============================================================================
--- head/sys/sys/priv.h	Wed Jun 24 20:01:13 2009	(r194894)
+++ head/sys/sys/priv.h	Wed Jun 24 20:06:16 2009	(r194895)
@@ -308,8 +308,8 @@
  */
 #define	PRIV_NET_BRIDGE		390	/* Administer bridge. */
 #define	PRIV_NET_GRE		391	/* Administer GRE. */
-#define	PRIV_NET_PPP		392	/* Administer PPP. */
-#define	PRIV_NET_SLIP		393	/* Administer SLIP. */
+#define	_PRIV_NET_PPP		392	/* Removed. */
+#define	_PRIV_NET_SLIP		393	/* Removed. */
 #define	PRIV_NET_BPF		394	/* Monitor BPF. */
 #define	PRIV_NET_RAW		395	/* Open raw socket. */
 #define	PRIV_NET_ROUTE		396	/* Administer routing. */


More information about the svn-src-head mailing list