diff options
author | ahrens <none@none> | 2005-10-31 11:33:35 -0800 |
---|---|---|
committer | ahrens <none@none> | 2005-10-31 11:33:35 -0800 |
commit | fa9e4066f08beec538e775443c5be79dd423fcab (patch) | |
tree | 576d99665e57bb7cb70584431adb08c14d47e3ce /usr/src/lib/libsecdb | |
parent | f1b64740276f67fc6914c1d855f2af601efe99ac (diff) | |
download | illumos-joyent-fa9e4066f08beec538e775443c5be79dd423fcab.tar.gz |
PSARC 2002/240 ZFS
6338653 Integrate ZFS
PSARC 2004/652 - DKIOCFLUSH
5096886 Write caching disks need mechanism to flush cache to physical media
Diffstat (limited to 'usr/src/lib/libsecdb')
-rw-r--r-- | usr/src/lib/libsecdb/exec_attr.txt | 2 | ||||
-rw-r--r-- | usr/src/lib/libsecdb/help/profiles/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libsecdb/help/profiles/RtZFSFileSysMngmnt.html | 43 | ||||
-rw-r--r-- | usr/src/lib/libsecdb/help/profiles/RtZFSStorageMngmnt.html | 43 | ||||
-rw-r--r-- | usr/src/lib/libsecdb/prof_attr.txt | 2 |
5 files changed, 93 insertions, 1 deletions
diff --git a/usr/src/lib/libsecdb/exec_attr.txt b/usr/src/lib/libsecdb/exec_attr.txt index 36eaaabd01..8ae0023213 100644 --- a/usr/src/lib/libsecdb/exec_attr.txt +++ b/usr/src/lib/libsecdb/exec_attr.txt @@ -291,6 +291,8 @@ User Security:solaris:cmd:::/usr/sbin/passmgmt:uid=0 User Security:suser:cmd:::/usr/sbin/pwck:euid=0 User Security:suser:cmd:::/usr/sbin/pwconv:euid=0 DAT Administration:solaris:cmd:::/usr/sbin/datadm:euid=0 +ZFS File System Management:solaris:cmd:::/usr/sbin/zfs:euid=0 +ZFS Storage Management:solaris:cmd:::/usr/sbin/zpool:euid=0 Zone Management:solaris:cmd:::/usr/sbin/zonecfg:uid=0 Zone Management:solaris:cmd:::/usr/sbin/zoneadm:uid=0 Zone Management:solaris:cmd:::/usr/sbin/zlogin:uid=0 diff --git a/usr/src/lib/libsecdb/help/profiles/Makefile b/usr/src/lib/libsecdb/help/profiles/Makefile index c6891cf9c4..1368939ed9 100644 --- a/usr/src/lib/libsecdb/help/profiles/Makefile +++ b/usr/src/lib/libsecdb/help/profiles/Makefile @@ -19,7 +19,7 @@ # # CDDL HEADER END # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #ident "%Z%%M% %I% %E% SMI" @@ -63,6 +63,8 @@ HTMLENTS = \ RtUserMngmnt.html \ RtUserSecurity.html \ RtDatAdmin.html \ + RtZFSFileSysMngmnt.html \ + RtZFSStorageMngmnt.html \ RtZoneMngmnt.html \ RtDefault.html diff --git a/usr/src/lib/libsecdb/help/profiles/RtZFSFileSysMngmnt.html b/usr/src/lib/libsecdb/help/profiles/RtZFSFileSysMngmnt.html new file mode 100644 index 0000000000..d33cbab990 --- /dev/null +++ b/usr/src/lib/libsecdb/help/profiles/RtZFSFileSysMngmnt.html @@ -0,0 +1,43 @@ +<HTML> +<!-- + 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. + + You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE + or http://www.opensolaris.org/os/licensing. + See the License for the specific language governing permissions + and limitations under the License. + + When distributing Covered Code, include this CDDL HEADER in each + file and include the License file at usr/src/OPENSOLARIS.LICENSE. + If applicable, add the following below this CDDL HEADER, with the + fields enclosed by brackets "[]" replaced with your own identifying + information: Portions Copyright [yyyy] [name of copyright owner] + + CDDL HEADER END + +-- Copyright 2005 Sun Microsystems, Inc. All rights reserved. +-- Use is subject to license terms. +--> +<HEAD> + <TITLE> </TITLE> + + +</HEAD> +<BODY> +<!-- ident "%Z%%M% %I% %E% SMI" --> + +When ZFS File System Management is in the Rights Included column, it grants the +right to use commands needed to manage ZFS filesystems. This includes creating +and destroying filesystems, taking snapshots and clones, getting and setting +properties, and mounting and unmounting filesystesm. +<p> +If ZFS File System Management is grayed, then you are not entitled to Add or +Remove this right. +<p> +</BODY> +</HTML> diff --git a/usr/src/lib/libsecdb/help/profiles/RtZFSStorageMngmnt.html b/usr/src/lib/libsecdb/help/profiles/RtZFSStorageMngmnt.html new file mode 100644 index 0000000000..6317b6202a --- /dev/null +++ b/usr/src/lib/libsecdb/help/profiles/RtZFSStorageMngmnt.html @@ -0,0 +1,43 @@ +<HTML> +<!-- + 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. + + You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE + or http://www.opensolaris.org/os/licensing. + See the License for the specific language governing permissions + and limitations under the License. + + When distributing Covered Code, include this CDDL HEADER in each + file and include the License file at usr/src/OPENSOLARIS.LICENSE. + If applicable, add the following below this CDDL HEADER, with the + fields enclosed by brackets "[]" replaced with your own identifying + information: Portions Copyright [yyyy] [name of copyright owner] + + CDDL HEADER END + +-- Copyright 2005 Sun Microsystems, Inc. All rights reserved. +-- Use is subject to license terms. +--> +<HEAD> + <TITLE> </TITLE> + + +</HEAD> +<BODY> +<!-- ident "%Z%%M% %I% %E% SMI" --> + +When ZFS Storage Management is in the Rights Included column, it grants the +right to use commands needed to manage ZFS Storage Pools. This includes +creating and destroying pools, adding and removing devices, replacing devices, +an importing and exporting storage pools. +<p> +If ZFS Storage Management is grayed, then you are not entitled to Add or Remove +this right. +<p> +</BODY> +</HTML> diff --git a/usr/src/lib/libsecdb/prof_attr.txt b/usr/src/lib/libsecdb/prof_attr.txt index 131184f618..913d2b94dd 100644 --- a/usr/src/lib/libsecdb/prof_attr.txt +++ b/usr/src/lib/libsecdb/prof_attr.txt @@ -66,6 +66,8 @@ Crypto Management:::Cryptographic Framework Administration:help=RtCryptoMngmnt.h Kerberos Client Management:::Maintain and Administer Kerberos excluding the servers:help=RtKerberosClntMngmnt.html Kerberos Server Management:::Maintain and Administer Kerberos Servers:profiles=Kerberos Client Management;help=RtKerberosSrvrMngmnt.html DAT Administration:::Manage the DAT configuration:help=RtDatAdmin.html +ZFS File System Management:::Create and Manage ZFS File Systems:help=RtZFSFileSysMngmnt.html +ZFS Storage Management:::Create and Manage ZFS Storage Pools:help=RtZFSStorageMngmnt.html Zone Management:::Zones Virtual Application Environment Administration:help=RtZoneMngmnt.html IP Filter Management:::IP Filter Administration:help=RtIPFilterMngmnt.html Project Management:::Add/Modify/Remove projects:help=RtProjManagement.html |