2000-04-15 05:14:39 +00:00
|
|
|
.\"-
|
2001-11-15 22:56:40 +00:00
|
|
|
.\" Copyright (c) 2000-2001 Robert N. M. Watson
|
2000-04-15 05:14:39 +00:00
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
2001-11-15 22:56:40 +00:00
|
|
|
.\" This software was developed by Robert Watson for the TrustedBSD Project.
|
|
|
|
.\"
|
2000-04-15 05:14:39 +00:00
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
2005-02-09 18:07:17 +00:00
|
|
|
.\" $FreeBSD$
|
2000-04-15 05:14:39 +00:00
|
|
|
.\"
|
2001-11-15 22:56:40 +00:00
|
|
|
.\" Developed by the TrustedBSD Project.
|
|
|
|
.\" Support for file system extended attribute.
|
|
|
|
.\"
|
2000-04-15 05:14:39 +00:00
|
|
|
.Dd March 30, 2000
|
|
|
|
.Dt EXTATTRCTL 8
|
2000-05-10 14:50:44 +00:00
|
|
|
.Os
|
2000-04-15 05:14:39 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm extattrctl
|
2002-06-22 01:49:03 +00:00
|
|
|
.Nd manage UFS1 extended attributes
|
2000-04-15 05:14:39 +00:00
|
|
|
.Sh SYNOPSIS
|
2000-11-20 20:10:44 +00:00
|
|
|
.Nm
|
2000-04-15 05:14:39 +00:00
|
|
|
.Cm start
|
|
|
|
.Ar path
|
2000-11-20 20:10:44 +00:00
|
|
|
.Nm
|
2000-04-15 05:14:39 +00:00
|
|
|
.Cm stop
|
|
|
|
.Ar path
|
2000-11-20 20:10:44 +00:00
|
|
|
.Nm
|
2000-04-15 05:14:39 +00:00
|
|
|
.Cm initattr
|
2000-09-12 14:35:48 +00:00
|
|
|
.Op Fl f
|
2000-07-12 12:04:02 +00:00
|
|
|
.Op Fl p Ar path
|
2000-04-15 05:14:39 +00:00
|
|
|
.Ar attrsize
|
|
|
|
.Ar attrfile
|
2000-11-20 20:10:44 +00:00
|
|
|
.Nm
|
2001-12-31 18:21:24 +00:00
|
|
|
.Cm showattr
|
|
|
|
.Ar attrfile
|
|
|
|
.Nm
|
2000-04-15 05:14:39 +00:00
|
|
|
.Cm enable
|
|
|
|
.Ar path
|
2001-03-19 06:00:41 +00:00
|
|
|
.Ar attrnamespace
|
2000-04-15 05:14:39 +00:00
|
|
|
.Ar attrname
|
|
|
|
.Ar attrfile
|
2000-11-20 20:10:44 +00:00
|
|
|
.Nm
|
2000-04-15 05:14:39 +00:00
|
|
|
.Cm disable
|
|
|
|
.Ar path
|
2001-03-19 06:00:41 +00:00
|
|
|
.Ar attrnamespace
|
2000-04-15 05:14:39 +00:00
|
|
|
.Ar attrname
|
|
|
|
.Sh DESCRIPTION
|
2002-07-14 14:47:15 +00:00
|
|
|
The
|
2000-04-15 05:14:39 +00:00
|
|
|
.Nm
|
2002-07-14 14:47:15 +00:00
|
|
|
utility
|
2002-06-22 01:49:03 +00:00
|
|
|
is the management utility for extended attributes over the UFS1 file system.
|
2002-07-14 14:47:15 +00:00
|
|
|
It allows the starting and stopping of extended attributes on a file system,
|
2000-04-15 05:14:39 +00:00
|
|
|
as well as initialization of attribute backing files, and enabling and
|
|
|
|
disabling of specific extended attributes on a file system.
|
|
|
|
.Pp
|
|
|
|
The first argument on the command line indicates the operation to be
|
2000-09-04 08:58:41 +00:00
|
|
|
performed.
|
|
|
|
Operation must be one of the following:
|
2000-04-15 05:14:39 +00:00
|
|
|
.Bl -tag -width indent
|
|
|
|
.It Cm start Ar path
|
|
|
|
Start extended attribute support on the file system named using
|
|
|
|
.Ar path .
|
2002-06-22 01:49:03 +00:00
|
|
|
The file system must be an UFS1 file system, and the UFS_EXTATTR kernel
|
2000-04-15 05:14:39 +00:00
|
|
|
option must have been enabled.
|
|
|
|
.It Cm stop Ar path
|
|
|
|
Stop extended attribute support on the file system named using
|
|
|
|
.Ar path .
|
|
|
|
Extended attribute support must previously have been started.
|
2000-04-20 20:32:43 +00:00
|
|
|
.It Xo
|
|
|
|
.Cm initattr
|
2000-09-12 14:35:48 +00:00
|
|
|
.Op Fl f
|
2000-04-20 20:32:43 +00:00
|
|
|
.Op Fl p Ar path
|
|
|
|
.Ar attrsize attrfile
|
|
|
|
.Xc
|
2000-04-15 05:14:39 +00:00
|
|
|
Create and initialize a file to use as an attribute backing file.
|
|
|
|
You must specify a maximum per-inode size for the attribute in bytes in
|
|
|
|
.Ar attrsize ,
|
|
|
|
as well as the file where the attribute will be stored, using
|
|
|
|
.Ar attrfile .
|
2000-04-20 20:32:43 +00:00
|
|
|
.Pp
|
|
|
|
The
|
2000-09-12 14:35:48 +00:00
|
|
|
.Fl f
|
2000-09-12 04:40:34 +00:00
|
|
|
argument may be used to indicate that it is alright to overwrite an
|
|
|
|
existing attribute backing file; otherwise, if the target file exists,
|
|
|
|
an error will be returned.
|
|
|
|
.Pp
|
|
|
|
The
|
2000-04-20 20:32:43 +00:00
|
|
|
.Fl p Ar path
|
|
|
|
argument may be used to preallocate space for all attributes rather than
|
|
|
|
relying on sparse files to conserve space.
|
|
|
|
This has the advantage of guaranteeing that space will be available
|
|
|
|
for attributes when they are written, preventing low disk space conditions
|
|
|
|
from denying attribute service.
|
|
|
|
.Pp
|
2000-04-15 05:14:39 +00:00
|
|
|
This file should not exist before running
|
2001-02-01 16:44:04 +00:00
|
|
|
.Cm initattr .
|
2001-12-31 18:21:24 +00:00
|
|
|
.It Cm showattr Ar attrfile
|
|
|
|
Show the attribute header values in the attribute file named by
|
|
|
|
.Ar attrfile .
|
2001-03-19 06:00:41 +00:00
|
|
|
.It Cm enable Ar path attrnamespace attrname attrfile
|
2000-04-15 05:14:39 +00:00
|
|
|
Enable an attribute named
|
|
|
|
.Ar attrname
|
2001-03-15 03:04:35 +00:00
|
|
|
in the namespace
|
2001-03-19 06:00:41 +00:00
|
|
|
.Ar attrnamespace
|
2000-04-15 05:14:39 +00:00
|
|
|
on the file system identified using
|
|
|
|
.Ar path ,
|
|
|
|
and backed by initialized attribute file
|
|
|
|
.Ar attrfile .
|
2001-03-15 03:04:35 +00:00
|
|
|
Available namespaces are "user" and "system".
|
2000-04-15 05:14:39 +00:00
|
|
|
The backing file must have been initialized using
|
|
|
|
.Cm initattr
|
|
|
|
before its first use.
|
|
|
|
Attributes must have been started on the file system prior to the
|
|
|
|
enabling of any attributes.
|
2001-03-19 06:00:41 +00:00
|
|
|
.It Cm disable Ar path attrnamespace attrname
|
2000-04-15 05:14:39 +00:00
|
|
|
Disable the attributed named
|
|
|
|
.Ar attrname
|
2001-03-15 03:04:35 +00:00
|
|
|
in namespace
|
2001-03-19 06:00:41 +00:00
|
|
|
.Ar attrnamespace
|
2000-04-15 05:14:39 +00:00
|
|
|
on the file system identified by
|
|
|
|
.Ar path .
|
2001-03-15 03:04:35 +00:00
|
|
|
Available namespaces are "user" and "system".
|
2000-04-15 05:14:39 +00:00
|
|
|
The file system must have attributes started on it, and the attribute
|
|
|
|
most have been enabled using
|
|
|
|
.Cm enable .
|
2000-12-27 15:30:30 +00:00
|
|
|
.El
|
2000-04-15 05:14:39 +00:00
|
|
|
.Sh EXAMPLES
|
|
|
|
.Dl extattrctl start /
|
|
|
|
.Pp
|
|
|
|
Start extended attributes on the root file system.
|
|
|
|
.Pp
|
2003-05-14 20:31:06 +00:00
|
|
|
.Dl extattrctl initattr 17 /.attribute/system/md5
|
2000-04-15 05:14:39 +00:00
|
|
|
.Pp
|
2003-05-14 20:31:06 +00:00
|
|
|
Create an attribute backing file in /.attribute/system/md5, and set the maximum
|
2000-09-02 20:31:26 +00:00
|
|
|
size of each attribute to 17 bytes, with a sparse file used for storing
|
|
|
|
the attributes.
|
2000-04-15 05:14:39 +00:00
|
|
|
.Pp
|
2003-05-14 20:31:06 +00:00
|
|
|
.Dl extattrctl enable / system md5 /.attribute/system/md5
|
2000-04-15 05:14:39 +00:00
|
|
|
.Pp
|
|
|
|
Enable an attribute named md5 on the root file system, backed from the file
|
2003-05-14 20:31:06 +00:00
|
|
|
/.attribute/system/md5.
|
2000-04-15 05:14:39 +00:00
|
|
|
.Pp
|
|
|
|
.Dl extattrctl disable / md5
|
|
|
|
.Pp
|
|
|
|
Disable the attribute named md5 on the root file system.
|
|
|
|
.Pp
|
|
|
|
.Dl extattrctl stop /
|
|
|
|
.Pp
|
|
|
|
Stop extended attributes on the root file system.
|
|
|
|
.Sh SEE ALSO
|
2002-06-27 12:15:11 +00:00
|
|
|
.Xr ffs 7 ,
|
2000-04-15 05:14:39 +00:00
|
|
|
.Xr getextattr 8 ,
|
|
|
|
.Xr setextattr 8 ,
|
|
|
|
.Xr extattr 9
|
|
|
|
.Sh HISTORY
|
|
|
|
Extended attribute support was developed as part of the TrustedBSD Project,
|
2000-04-16 01:43:11 +00:00
|
|
|
and introduced in
|
|
|
|
.Fx 5.0 .
|
2000-04-15 05:14:39 +00:00
|
|
|
It was developed to support security extensions requiring additional labels
|
|
|
|
to be associated with each file or directory.
|
|
|
|
.Sh AUTHORS
|
|
|
|
Robert N M Watson
|