autofs: disable by default
[unleashed.git] / include / auth_list.h
blobf22c7df9ab8b5535c19398213cff0cd9532628c0
1 /*
2 * CDDL HEADER START
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
19 * CDDL HEADER END
23 * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
25 * This is an internal header file. Not to be shipped.
28 #ifndef _AUTH_LIST_H
29 #define _AUTH_LIST_H
31 #ifdef __cplusplus
32 extern "C" {
33 #endif
37 * Names of authorizations currently in use in the system
40 #define AUTOCONF_READ_AUTH "solaris.network.autoconf.read"
41 #define AUTOCONF_SELECT_AUTH "solaris.network.autoconf.select"
42 #define AUTOCONF_WLAN_AUTH "solaris.network.autoconf.wlan"
43 #define AUTOCONF_WRITE_AUTH "solaris.network.autoconf.write"
44 #define CDRW_AUTH "solaris.device.cdrw"
45 #define CRONADMIN_AUTH "solaris.jobs.admin"
46 #define CRONUSER_AUTH "solaris.jobs.user"
47 #define DEFAULT_DEV_ALLOC_AUTH "solaris.device.allocate"
48 #define DEVICE_REVOKE_AUTH "solaris.device.revoke"
49 #define LINK_SEC_AUTH "solaris.network.link.security"
50 #define MAILQ_AUTH "solaris.mail.mailq"
51 #define NET_ILB_CONFIG_AUTH "solaris.network.ilb.config"
52 #define NET_ILB_ENABLE_AUTH "solaris.network.ilb.enable"
53 #define SET_DATE_AUTH "solaris.system.date"
54 #define WIFI_CONFIG_AUTH "solaris.network.wifi.config"
55 #define WIFI_WEP_AUTH "solaris.network.wifi.wep"
56 #define HP_MODIFY_AUTH "solaris.hotplug.modify"
57 #define MAINTENANCE_AUTH "solaris.system.maintenance"
60 * The following authorizations can be qualified by appending <zonename>
62 #define ZONE_CLONEFROM_AUTH "solaris.zone.clonefrom"
63 #define ZONE_LOGIN_AUTH "solaris.zone.login"
64 #define ZONE_MANAGE_AUTH "solaris.zone.manage"
66 #define ZONE_AUTH_PREFIX "solaris.zone."
68 #ifdef __cplusplus
70 #endif
72 #endif /* _AUTH_LIST_H */