Automic VaultAutomic Vault

brew

Install acl with Homebrew, apk, apt, dnf, Nix, pacman, zypper

Commands for manipulating POSIX access control lists. Version 2.4.0 via Homebrew; verified 2026-06-29.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install acl

local Homebrew formula metadata

Linux

Alpine Linux apkverified · 92%
sudo apk add acl

Alpine Linux edge package indexes · acl · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install acl

Debian stable package indexes · acl · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install acl

Fedora Rawhide package metadata · acl · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#acl

nixpkgs package indexes · acl · source: raw.githubusercontent.com

Arch Linux pacmanverified · 92%
sudo pacman -S acl

Arch Linux sync databases · acl · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install acl

openSUSE Tumbleweed package metadata · acl · source: download.opensuse.org

overview

Package summary

Commands for manipulating POSIX access control lists

Commands and aliases

  • chacl
  • getfacl
  • setfacl

history

Project history and usage

acl is the Linux access control list package, providing commands and library support for POSIX-style filesystem ACLs.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 2000: setfacl manual documentation copyright begins.
  • 2002: acl(5) manual documentation copyright begins.
  • 2003: Official changelog records acl 2.2.5 and related libacl changes.
  • 2009: acl 2.2.48 fixes recursive symlink and restore behavior.
  • 2021: acl 2.3.0 modernizes build infrastructure and hardens recursive operations.
  • 2026: acl 2.4.0 changelog records security and robustness improvements.

Related projects

  • Related system components include Linux filesystems, POSIX permission bits, extended attributes, libacl, getfacl, setfacl, and chmod.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 2 platform targets.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
chaclcliglobal executable
getfaclcliglobal executable
setfaclcliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version2.4.0
manager updated2026-06-29
local dataok
upstreamnot checked
latest detectednot detected

https://savannah.nongnu.org/projects/acl/

install metadata

Package metadata

Package keybrew:acl
Version2.4.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/acl
Homepagehttps://savannah.nongnu.org/projects/acl/
Repositoryhttps://git.savannah.nongnu.org/cgit/acl.git
Upstream docshttps://git.savannah.nongnu.org/cgit/acl.git/tree/man
LicenseGPL-2.0-or-later AND LGPL-2.1-or-later
Source archivehttps://download.savannah.nongnu.org/releases/acl/acl-2.4.0.tar.gz
Last updated2026-06-29T16:48:27Z
Pulseupdated
Build dependenciesattr
Bottleavailable (on arm64_linux, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameacl
Version Scheme0
Revision0
Requirements
  • linux
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

acl 2.3.2-2+b1

access control list - utilities

https://savannah.nongnu.org/projects/acl/

sudo apt install acl
  • Section: utils
  • Architecture: amd64
  • Source Package: acl
  • 2 dependencies
  • normalized package name match
  • Matched by: Acl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: acl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libacl1 2.3.2-2+b1

access control list - shared library

https://savannah.nongnu.org/projects/acl/

sudo apt install libacl1
  • Section: libs
  • Architecture: amd64
  • Source Package: acl
  • 1 dependencies
  • normalized package name match
  • Matched by: Acl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libacl1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libacl1-dev 2.3.2-2+b1

access control list - static libraries and headers

https://savannah.nongnu.org/projects/acl/

sudo apt install libacl1-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: acl
  • 4 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Acl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libacl1-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

acl

nix profile install nixpkgs#acl
  • normalized package name match
  • Matched by: Acl
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: acl from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

acl 2.3.2-1build1

access control list - utilities

https://savannah.nongnu.org/projects/acl/

sudo apt install acl
  • Section: utils
  • Architecture: amd64
  • 2 dependencies
  • normalized package name match
  • Matched by: Acl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: acl from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libacl1 2.3.2-1build1

access control list - shared library

https://savannah.nongnu.org/projects/acl/

sudo apt install libacl1
  • Section: libs
  • Architecture: amd64
  • Source Package: acl
  • 1 dependencies
  • normalized package name match
  • Matched by: Acl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libacl1 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libacl1-dev 2.3.2-1build1

access control list - static libraries and headers

https://savannah.nongnu.org/projects/acl/

sudo apt install libacl1-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: acl
  • 4 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Acl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libacl1-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

acl 2.3.2-r1

Access control list utilities

https://savannah.nongnu.org/projects/acl

sudo apk add acl
  • License: LGPL-2.1-or-later AND GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: acl
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Acl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: acl from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

acl-dev 2.3.2-r1

Access control list utilities (development files)

https://savannah.nongnu.org/projects/acl

sudo apk add acl-dev
  • License: LGPL-2.1-or-later AND GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: acl
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Acl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: acl-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

acl-doc 2.3.2-r1

Access control list utilities (documentation)

https://savannah.nongnu.org/projects/acl

sudo apk add acl-doc
  • License: LGPL-2.1-or-later AND GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: acl
  • normalized package name match
  • Matched by: Acl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: acl-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

acl-libs 2.3.2-r1

Access control list utilities (libraries)

https://savannah.nongnu.org/projects/acl

sudo apk add acl-libs
  • License: LGPL-2.1-or-later AND GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: acl
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Acl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: acl-libs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

acl-static 2.3.2-r1

Access control list utilities (static library)

https://savannah.nongnu.org/projects/acl

sudo apk add acl-static
  • License: LGPL-2.1-or-later AND GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: acl
  • normalized package name match
  • Matched by: Acl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: acl-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

acl 2.3.2-7.fc45

Access control list utilities

https://savannah.nongnu.org/projects/acl

sudo dnf install acl
  • License: GPL-2.0-or-later AND LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: acl
  • 4 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Acl
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: acl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

libacl 2.3.2-7.fc45

Dynamic library for access control list support

https://savannah.nongnu.org/projects/acl

sudo dnf install libacl
  • License: LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: acl
  • 3 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Acl
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libacl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

libacl-devel 2.3.2-7.fc45

Files needed for building programs with libacl

https://savannah.nongnu.org/projects/acl

sudo dnf install libacl-devel
  • License: LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: acl
  • 4 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Acl
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libacl-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

acl 2.3.2-2

Access control list utilities, libraries and headers

https://savannah.nongnu.org/projects/acl

sudo pacman -S acl
  • License: LGPL-2.1-or-later AND GPL-2.0-or-later
  • Architecture: x86_64
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Acl
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: acl from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment