summaryrefslogtreecommitdiff
path: root/usr/src/uts
diff options
context:
space:
mode:
authorAnurag S. Maskey <Anurag.Maskey@Sun.COM>2010-02-25 22:05:58 -0500
committerAnurag S. Maskey <Anurag.Maskey@Sun.COM>2010-02-25 22:05:58 -0500
commit6ba597c56d749c61b4f783157f63196d7b2445f0 (patch)
treef723e502e6a07690117ebc91df6130954ea29fb3 /usr/src/uts
parent07377e5e51e2e8f6251029c3b5808547d9d1c54d (diff)
downloadillumos-gate-6ba597c56d749c61b4f783157f63196d7b2445f0.tar.gz
PSARC/2008/532 NWAM Phase 1
PSARC/2009/577 Network Auto-Magic (NWAM) Phase 1 Updates PSARC/2010/049 Network Auto-Magic (NWAM) Phase 1 Updates part 2 4087814 User friendly utility wanted for network config, able to add network interfaces. 6509720 support configuration using DHCP "inform" and static IP address 6553627 network/physical:default and network/physical:nwam should be mutually-exclusive (perhaps a property) 6609581 nwam does not start the dns/client service after configuring the network 6664072 nwam profiles should include name service configuration properties 6723947 setting static MAC address should be possible 6794043 NWAM needs more complete profile support 6914190 Support for unmanaged network interfaces in NWAM - hands off 6921971 nwamd fails to run teardown/net-svc after suspend/resume --HG-- rename : usr/src/cmd/cmd-inet/lib/nwamd/interface.c => usr/src/cmd/cmd-inet/lib/nwamd/ncu_ip.c rename : usr/src/cmd/cmd-inet/lib/nwamd/wireless.c => usr/src/cmd/cmd-inet/lib/nwamd/ncu_phys.c rename : usr/src/cmd/cmd-inet/lib/nwamd/events.c => usr/src/cmd/cmd-inet/lib/nwamd/routing_events.c rename : usr/src/cmd/cmd-inet/lib/nwamd/functions.h => usr/src/cmd/cmd-inet/lib/nwamd/util.h
Diffstat (limited to 'usr/src/uts')
-rw-r--r--usr/src/uts/common/sys/param.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/param.h b/usr/src/uts/common/sys/param.h
index 82b971c808..0d541568ac 100644
--- a/usr/src/uts/common/sys/param.h
+++ b/usr/src/uts/common/sys/param.h
@@ -81,8 +81,9 @@ extern "C" {
#define GID_NOBODY UID_NOBODY
#define UID_UNKNOWN 96
#define GID_UNKNOWN UID_UNKNOWN
-#define GID_SYS 3
#define UID_DLADM 15
+#define UID_NETADM 16
+#define GID_NETADM 65
#define UID_NOACCESS 60002 /* user ID no access */
#ifdef _KERNEL