summaryrefslogtreecommitdiff
path: root/usr/src/man/man3sec/acltotext.3sec
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3sec/acltotext.3sec')
-rw-r--r--usr/src/man/man3sec/acltotext.3sec45
1 files changed, 7 insertions, 38 deletions
diff --git a/usr/src/man/man3sec/acltotext.3sec b/usr/src/man/man3sec/acltotext.3sec
index b70a6bcbeb..23dea4c0d8 100644
--- a/usr/src/man/man3sec/acltotext.3sec
+++ b/usr/src/man/man3sec/acltotext.3sec
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the 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. 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]
-.TH acltotext 3SEC "10 Dec 2001" "SunOS 5.11" "File Access Control Library Functions"
+.TH ACLTOTEXT 3SEC "Dec 10, 2001"
.SH NAME
acltotext, aclfromtext \- convert internal representation to or from external
representation
@@ -49,12 +49,10 @@ field contains the \fBACL\fR entry tag type. The entry type keywords are
defined as:
.sp
.ne 2
-.mk
.na
\fB\fBuser\fR\fR
.ad
.RS 17n
-.rt
This \fBACL\fR entry with no \fBUID\fR specified in the \fBACL\fR entry
\fBID\fR field specifies the access granted to the owner of the object.
Otherwise, this \fBACL\fR entry specifies the access granted to a specific
@@ -63,12 +61,10 @@ user-name or user-id number.
.sp
.ne 2
-.mk
.na
\fB\fBgroup\fR\fR
.ad
.RS 17n
-.rt
This \fBACL\fR entry with no \fBGID\fR specified in the \fBACL\fR entry
\fBID\fR field specifies the access granted to the owning group of the object.
Otherwise, this \fBACL\fR entry specifies the access granted to a specific
@@ -77,36 +73,30 @@ group-name or group-id number.
.sp
.ne 2
-.mk
.na
\fB\fBother\fR\fR
.ad
.RS 17n
-.rt
This \fBACL\fR entry specifies the access granted to any user or group that
does not match any other \fBACL\fR entry.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBmask\fR\fR
.ad
.RS 17n
-.rt
This \fBACL\fR entry specifies the maximum access granted to user or group
entries.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBdefault:user\fR\fR
.ad
.RS 17n
-.rt
This \fBACL\fR entry with no uid specified in the \fBACL\fR entry \fBID\fR
field specifies the default access granted to the owner of the object.
Otherwise, this \fBACL\fR entry specifies the default access granted to a
@@ -115,12 +105,10 @@ specific user-name or user-\fBID\fR number.
.sp
.ne 2
-.mk
.na
\fB\fBdefault:group\fR\fR
.ad
.RS 17n
-.rt
This \fBACL\fR entry with no gid specified in the \fBACL\fR entry \fBID\fR
field specifies the default access granted to the owning group of the object.
Otherwise, this \fBACL\fR entry specifies the default access granted to a
@@ -129,23 +117,19 @@ specific group-name or group-\fBID\fR number.
.sp
.ne 2
-.mk
.na
\fB\fBdefault:other\fR\fR
.ad
.RS 17n
-.rt
This \fBACL\fR entry specifies the default access for other entry.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBdefault:mask\fR\fR
.ad
.RS 17n
-.rt
This \fBACL\fR entry specifies the default access for mask entry.
.RE
@@ -154,36 +138,30 @@ This \fBACL\fR entry specifies the default access for mask entry.
The second field contains the \fBACL\fR entry \fBID\fR, as follows:
.sp
.ne 2
-.mk
.na
\fB\fBuid\fR\fR
.ad
.RS 9n
-.rt
This field specifies a user-name, or user-\fBID\fR if there is no user-name
associated with the user-\fBID\fR number.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBgid\fR\fR
.ad
.RS 9n
-.rt
This field specifies a group-name, or group-\fBID\fR if there is no group-name
associated with the group-\fBID\fR number.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBempty\fR\fR
.ad
.RS 9n
-.rt
This field is used by the user and group \fBACL\fR entry types.
.RE
@@ -193,45 +171,37 @@ The third field contains the following symbolic discretionary access
permissions:
.sp
.ne 2
-.mk
.na
\fB\fBr\fR\fR
.ad
.RS 9n
-.rt
read permission
.RE
.sp
.ne 2
-.mk
.na
\fB\fBw\fR\fR
.ad
.RS 9n
-.rt
write permission
.RE
.sp
.ne 2
-.mk
.na
\fB\fBx\fR\fR
.ad
.RS 9n
-.rt
execute/search permission
.RE
.sp
.ne 2
-.mk
.na
\fB\fB\(mi\fR \fR
.ad
.RS 9n
-.rt
no access
.RE
@@ -252,15 +222,14 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-Interface StabilityEvolving
+Interface Stability Evolving
_
-MT-LevelUnsafe
+MT-Level Unsafe
.TE
.SH SEE ALSO