]> gitweb.michael.orlitzky.com - apply-default-acl.git/blob - doc/README
15073deba3adf40b3b0f108700dad65ecf8c470c
[apply-default-acl.git] / doc / README
1 1. What is it?
2
3 A utility to reapply default POSIX ACLs to files and directories.
4
5 The way some common utilities handle POSIX ACLs is busted. For more
6 info, see [1].
7
8
9 2. Requirements
10
11 Right now, this will probably only work on Linux because I'm
12 lazy. You'll need the sys/acl.h and acl/libacl.h headers from [2], at
13 least until I decide to replace acl_get_perm with something portable
14 (or just steal it).
15
16
17 3. Installation
18
19 Run `make` and put the resulting binary somewhere in your $PATH.
20
21
22 4. Usage
23
24 reapply_default_acl /path/to/whatever
25
26
27 5. How to report bugs
28
29 Email them to me at michael@orlitzky.com.
30
31
32
33 [1] http://michael.orlitzky.com/articles/problems_with_posix_acls_and_common_utilities.php
34
35 [2] http://savannah.nongnu.org/projects/acl