~ubuntu-branches/ubuntu/natty/sadms/natty

« back to all changes in this revision

Viewing changes to debian/man/fsacls.1

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2010-02-22 20:14:54 UTC
  • Revision ID: james.westby@ubuntu.com-20100222201454-cyc50sofony4htnp
Tags: 2.0.14~CVS20100222-0ubuntu1
* Initial release based on previous Ubuntu package (Thanks Tyler J Gillies)
* New upstream CVS snapshot
* Switch to dpkg format 3.0 (quilt)
* Use the upstream control file with modifications:
  - bump standards version to 3.8.3
  - build depend on python-support, debhelper (>= 7.0.50~) and tofrodos
  - don't depend on bsdutils (essential package)
* debian/rules: use a tiny debhelper 7 makefile
* debian/compat: set to 7
* debian/patches/series: created
* debian/patches/*.patch: follow DEP-3 guidelines
* Update debian/patches/00_Makefile.patch:
  - install in /usr
  - use su-to-root on Debian and gksu on Ubuntu
  - don't use the deprecated Encoding field in desktop files
  - fix scripts links
  - don't install COPYING
  - install the html documentation in /usr/share/doc/sadms/html
* locales:
  - debian/patches/04_locale_dir.patch: set the locale directory to
    /usr/share/locale
  - debian/rules: move the translations to /usr/share/locale, and use
    generic locales (en and fr)
* debian/patches/05_doc_dir.patch: update the location of the html
  documentation index file
* debian/patches/06_bash_not_sh.patch: use bash and not sh in lsb_release.sh
  scripts (it contains bashisms)
* manpages:
  - fix lintian warnings
  - move them to debian/man and update manpages accordingly
* Add debian/README.source to explain how to build a tarball from CVS
* Add a watch file
* Updated debian/copyright format

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" Text automatically generated by txt2man
 
2
.TH fsacls 1 "February 02, 2008" "" ""
 
3
.SH NAME
 
4
fsacls \- manage file system ACLs
 
5
.RS
 
6
This module provides a graphical interface to managing the file system Access Control Lists (or ACLs) that provide fine\\fB-grained\fP control over access to file system objects.
 
7
.PP
 
8
The acls.py script., like SADMS, requires GTK.
 
9
.PP
 
10
You can directly run ./acls.py or fsacls or from the SADMS menu.
 
11
.PP
 
12
For ACLs to be effective,
 
13
.RS
 
14
.IP \(bu 3
 
15
the kernel must be recompiled with the ACL patch, unless it is included in the distribution
 
16
.IP \(bu 3
 
17
the file system must support ACLs (ext3, reiserfs, xfs, \.\.\.) and be mounted with the proper options
 
18
.IP \(bu 3
 
19
the getfacl and setfacl utilities must be available