sys-apps/ai-jail::bentoo
- Ebuilds: 1, Testing: 1.20.2 Description:
ai-jail runs AI coding agents inside a restricted sandbox so that an
agent can only touch the project directory it was pointed at. On Linux
it wraps bubblewrap (bwrap) and additionally applies Landlock and
seccomp filters; on macOS it uses sandbox-exec. It is a single static
command-line tool with no daemon: you prefix the agent invocation with
ai-jail and it sets up the mount, filesystem and syscall restrictions
before exec'ing the agent.
Homepage:https://github.com/akitaonrails/ai-jail License: GPL-3 MIT Unicode-3.0 || ( Apache-2.0 BSD )
sys-apps/ai-jail-bin::bentoo
- Ebuilds: 1, Testing: 1.20.2 Description:
ai-jail runs AI coding agents (Claude Code, Codex, Gemini, opencode and
others) inside an unprivileged sandbox, so an agent can only reach the
files and network the user granted it. On Linux the sandbox is bwrap
from sys-apps/bubblewrap; paths are mapped read-only, read-write or
copy-on-write, home dotdirs are hidden by default, and individual paths
can be masked or denied outright.
This package installs the prebuilt x86_64 executable published by
upstream on GitHub Releases. It is mutually exclusive with the
from-source sys-apps/ai-jail: both install /usr/bin/ai-jail.
Homepage:https://github.com/akitaonrails/ai-jail License: GPL-3
sys-apps/asus-ec-sensors::bentoo
- Ebuilds: 1, Testing: 0_p20260827 Description:
HWMON driver for ASUS motherboards that expose sensor values through the
embedded controller: chipset, CPU and motherboard temperatures, T_Sensor
and water-block probes, CPU/chipset fan and water-pump speeds, and CPU
current. These readings are not reachable through the Super I/O chip
because the board firmware reserves that region via ACPI.
This is the out-of-tree tree from which the in-kernel asus-ec-sensors
driver is fed. New boards are added here first and forwarded to the
kernel afterwards, so it covers hardware that the running kernel may not
yet know about.
Homepage:https://github.com/zeule/asus-ec-sensors License: GPL-2+
sys-apps/fakeroot::bentoo
- Ebuilds: 1, Testing: 2.1.4 Description:
fakeroot runs a command in an environment where it appears to have root
privileges for file manipulation: it intercepts the libc calls that
read and change file ownership and permissions, keeping the pretend
values in a database instead of touching the real filesystem. That is
what lets an unprivileged user build packages whose contents have to be
owned by root.
This is a temporary mirror of the ::gentoo package. ::gentoo carries
1.33 (2025); fakeroot is developed in Debian, which moved to the 2.x
series in July 2026. Remove this package once ::gentoo catches up.
Homepage:https://tracker.debian.org/pkg/fakeroot License: GPL-3
sys-apps/uutils-coreutils-bin::bentoo
- Ebuilds: 1, Testing: 0.11.0 Description:
uutils coreutils is a cross-platform reimplementation of the GNU file,
text and shell utilities (ls, cp, dd, sort, head, whoami, ...) in Rust.
Release 0.10.0 passes 645 of the GNU test suite cases.
This package installs the prebuilt binaries published by upstream for
each release instead of compiling roughly four hundred crates locally,
so it needs neither a Rust toolchain nor a long build. The installed
layout is identical to the from-source sys-apps/uutils-coreutils: a
multicall binary at /usr/bin/uu-coreutils with one uu- prefixed symlink
per applet, so nothing shadows GNU sys-apps/coreutils and the two
packages block each other.
amd64 and x86 use upstream's glibc build; arm64 and riscv use the
statically linked musl build, which is the only one upstream provides
for those architectures. A musl build resolves accounts from
/etc/passwd and /etc/group alone and ignores NSS modules such as LDAP
or SSSD, which matters for uu-ls -l, uu-id and uu-chown on hosts with
networked accounts.
The stdbuf applet is absent: it requires a helper library that the
release tarballs do not carry. Build the package from source if it is
needed.
Homepage:https://uutils.github.io/coreutils/ https://github.com/uutils/coreutils License: MIT
Apache-2.0 BSD-2 BSD CC0-1.0 ISC MIT MPL-2.0 Unicode-3.0 ZLIB