macOS
brew install acllocal Homebrew formula metadata
brew
Commands for manipulating POSIX access control lists. Version 2.4.0 via Homebrew; verified 2026-06-29.
install
brew install acllocal Homebrew formula metadata
sudo apk add aclAlpine Linux edge package indexes · acl · source: dl-cdn.alpinelinux.org
sudo apt install aclDebian stable package indexes · acl · source: deb.debian.org
sudo dnf install aclFedora Rawhide package metadata · acl · source: dl.fedoraproject.org
nix profile install nixpkgs#aclnixpkgs package indexes · acl · source: raw.githubusercontent.com
sudo pacman -S aclArch Linux sync databases · acl · source: geo.mirror.pkgbuild.com
sudo zypper install aclopenSUSE Tumbleweed package metadata · acl · source: download.opensuse.org
overview
Commands for manipulating POSIX access control lists
history
acl is the Linux access control list package, providing commands and library support for POSIX-style filesystem ACLs.
The Savannah README identifies acl as the access control list package and points to acl(5) for general ACL information. The man pages document getfacl, setfacl, chacl, and the ACL library interfaces.
The setfacl manual carries 2000 documentation copyright, while the acl(5) manual describes POSIX Access Control Lists as finer-grained discretionary access rights for files and directories. The official changelog tracks the modern package line from early 2.2 releases through later security, portability, and build-system work.
acl is widely packaged because it exposes common filesystem administration tools rather than an application-specific workflow. The input facts list it in Homebrew, Debian, Ubuntu, Fedora/dnf, Alpine, Arch/pacman, Nix, and openSUSE/zypper.
Its package history follows the Unix pattern of small core utilities with man pages, C library APIs, and distribution integration, especially around getfacl/setfacl behavior, symlink handling, restore mode, translations, and filesystem semantics.
Typical use is administrative: getfacl prints ACLs, setfacl sets or restores ACLs, and chacl changes ACLs on files and directories.
Because ACL behavior is tied to filesystem support and Unix permissions, the package is usually used by scripts, sysadmins, packaging tests, and tools that need reproducible permission metadata.
acl is package-nerd significant because it is small, old, security-sensitive system plumbing. A packaging error can affect backups, restores, permissions, and recursive filesystem operations.
It is also a classic example of Linux userland split into a library plus command-line tools, with man pages carrying much of the public interface contract.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
chacl | cli | global executable | |
getfacl | cli | global executable | |
setfacl | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://savannah.nongnu.org/projects/acl/
install metadata
| Package key | brew:acl |
|---|---|
| Version | 2.4.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/acl |
| Homepage | https://savannah.nongnu.org/projects/acl/ |
| Repository | https://git.savannah.nongnu.org/cgit/acl.git |
| Upstream docs | https://git.savannah.nongnu.org/cgit/acl.git/tree/man |
| License | GPL-2.0-or-later AND LGPL-2.1-or-later |
| Source archive | https://download.savannah.nongnu.org/releases/acl/acl-2.4.0.tar.gz |
| Last updated | 2026-06-29T16:48:27Z |
| Pulse | updated |
| Build dependencies | attr |
| Bottle | available (on arm64_linux, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | acl |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
acl 2.3.2-2+b1
access control list - utilities
https://savannah.nongnu.org/projects/acl/
sudo apt install acllibacl1 2.3.2-2+b1
access control list - shared library
https://savannah.nongnu.org/projects/acl/
sudo apt install libacl1libacl1-dev 2.3.2-2+b1
access control list - static libraries and headers
https://savannah.nongnu.org/projects/acl/
sudo apt install libacl1-devacl
nix profile install nixpkgs#aclacl 2.3.2-1build1
access control list - utilities
https://savannah.nongnu.org/projects/acl/
sudo apt install acllibacl1 2.3.2-1build1
access control list - shared library
https://savannah.nongnu.org/projects/acl/
sudo apt install libacl1libacl1-dev 2.3.2-1build1
access control list - static libraries and headers
https://savannah.nongnu.org/projects/acl/
sudo apt install libacl1-devacl 2.3.2-r1
Access control list utilities
https://savannah.nongnu.org/projects/acl
sudo apk add aclacl-dev 2.3.2-r1
Access control list utilities (development files)
https://savannah.nongnu.org/projects/acl
sudo apk add acl-devacl-doc 2.3.2-r1
Access control list utilities (documentation)
https://savannah.nongnu.org/projects/acl
sudo apk add acl-docacl-libs 2.3.2-r1
Access control list utilities (libraries)
https://savannah.nongnu.org/projects/acl
sudo apk add acl-libsacl-static 2.3.2-r1
Access control list utilities (static library)
https://savannah.nongnu.org/projects/acl
sudo apk add acl-staticacl 2.3.2-7.fc45
Access control list utilities
https://savannah.nongnu.org/projects/acl
sudo dnf install acllibacl 2.3.2-7.fc45
Dynamic library for access control list support
https://savannah.nongnu.org/projects/acl
sudo dnf install libacllibacl-devel 2.3.2-7.fc45
Files needed for building programs with libacl
https://savannah.nongnu.org/projects/acl
sudo dnf install libacl-develacl 2.3.2-2
Access control list utilities, libraries and headers
https://savannah.nongnu.org/projects/acl
sudo pacman -S aclsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.