LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

faked-sysv

System V IPC-based fakeroot daemon

TLDR

Start fakeroot daemon
$ faked-sysv
copy
Run with specific socket
$ faked-sysv --socket [/tmp/fakeroot.sock]
copy
Debug mode
$ faked-sysv --debug
copy

SYNOPSIS

faked-sysv [options]

DESCRIPTION

faked-sysv is the daemon component of fakeroot using System V IPC. It maintains a database of fake file ownerships and permissions, allowing unprivileged users to create archives with root-owned files.The daemon intercepts file operations via LD_PRELOAD and returns fake ownership/permission information. This enables building packages with correct ownership without actual root privileges.faked-sysv uses System V shared memory for communication, as opposed to faked-tcp which uses TCP sockets.

PARAMETERS

--socket PATH

Unix socket path for communication.
--debug
Enable debug output.
--foreground
Run in foreground (don't daemonize).
--help
Display help information.

INSTALL

sudo apt install fakeroot
copy
sudo dnf install fakeroot
copy
sudo pacman -S fakeroot
copy
sudo zypper install fakeroot
copy
brew install fakeroot
copy
nix profile install nixpkgs#fakeroot
copy

CAVEATS

Only fakes metadata, not actual permissions. Requires corresponding fakeroot wrapper. SysV IPC has system limits. Not security isolation.

HISTORY

faked-sysv is part of the fakeroot package created for Debian package building. It enables creating .deb packages with proper file ownership without requiring root privileges during the build process.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid