diff options
author | jrutt <none@none> | 2006-05-05 14:27:16 -0700 |
---|---|---|
committer | jrutt <none@none> | 2006-05-05 14:27:16 -0700 |
commit | fee9b58de523a707cd144b0b6fe4dc12b571ec83 (patch) | |
tree | 71d4153031fb7e0a9ddc85f193ffc6cb15845b68 /usr/src/cmd | |
parent | 5263255c044f0cccd4447065df09c36017620859 (diff) | |
download | illumos-gate-fee9b58de523a707cd144b0b6fe4dc12b571ec83.tar.gz |
6414703 Add PRIV_NET_PRIVADDR and PRIV_SYS_NET_CONFIG to set of privileges for fmd
Diffstat (limited to 'usr/src/cmd')
-rw-r--r-- | usr/src/cmd/fm/fmd/common/fmd_main.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/cmd/fm/fmd/common/fmd_main.c b/usr/src/cmd/fm/fmd/common/fmd_main.c index 2767af002c..9b7fa76bc6 100644 --- a/usr/src/cmd/fm/fmd/common/fmd_main.c +++ b/usr/src/cmd/fm/fmd/common/fmd_main.c @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -112,7 +111,8 @@ daemonize_init(void) PRIV_FILE_DAC_EXECUTE, PRIV_FILE_DAC_READ, PRIV_FILE_DAC_SEARCH, PRIV_FILE_DAC_WRITE, PRIV_FILE_OWNER, PRIV_PROC_OWNER, PRIV_PROC_PRIOCNTL, PRIV_SYS_ADMIN, PRIV_SYS_CONFIG, - PRIV_SYS_DEVICES, PRIV_SYS_RES_CONFIG, NULL) != 0) + PRIV_SYS_DEVICES, PRIV_SYS_RES_CONFIG, PRIV_NET_PRIVADDR, + PRIV_SYS_NET_CONFIG, NULL) != 0) fmd_error(EFMD_EXIT, "additional privileges required to run\n"); /* |