https://github.com/znerol/aclinherit
macOS only -- Inherit ACL from enclosing directory. Existing entries are replaced.
https://github.com/znerol/aclinherit
Last synced: about 2 months ago
JSON representation
macOS only -- Inherit ACL from enclosing directory. Existing entries are replaced.
- Host: GitHub
- URL: https://github.com/znerol/aclinherit
- Owner: znerol
- License: mit
- Created: 2019-06-18T12:28:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-19T13:05:57.000Z (almost 7 years ago)
- Last Synced: 2025-06-14T07:44:45.767Z (about 1 year ago)
- Language: C
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ACL Inherit
===========
Inherit ACL from enclosing directory. Existing entries are replaced.
This command is designed to fix missing ACLs caused by misbehaving macOS AFP
clients when copying files within network volumes.
Requirements
------------
macOS with ACL enabled volume.
Usage
-----
```
Usage: aclinherit FILE...
```
Example
-------
Find all files with missig ACLs and restore them from the parent directory.
```
find /path/to/shared/volume -type f -not -acl -print0 | xargs -0 aclinherit
```
Compiling
---------
```
make
```
Installation
------------
```
sudo make install
```
License
-------
MIT