SYD-PATH(1) General Commands Manual SYD-PATH(1) NAME syd-path - Write Force sandboxing rules for binaries and list executables under PATH SYNOPSIS syd-path [-a alg] [-heklpsw] DESCRIPTION Write Force sandboxing rules for binaries under PATH. If at least one of the various -e options is specified, list executables with specified information under PATH. OPTIONS -a alg Hash algorithm to use (default: auto, currently BLAKE3). Use -a list to list available algorithms. Use -a auto for the default algorithm (BLAKE3). Examples: sha256, sha512, sha3-512, blake2b-256, md5, crc32c -h Display help. -k Use action kill (default). -w Use action warn. -l num Limit by number of entries. -p path Specify alternative PATH. -s Prefix rules with "/dev/syd/". -e32 List 32-bit ELF executables under PATH (conflicts with -e64). -e64 List 64-bit ELF executables under PATH (conflicts with -e32). -ed List dynamically linked ELF executables under PATH (conflicts with -es). -es List statically linked ELF executables under PATH (conflicts with -ed). -ep List PIE executables under PATH (conflicts with -eP). -eP List non-PIE executables under PATH (conflicts with -ep). -ex List scripts under PATH. -eX List binaries with executable stack under PATH. BUGS This tool will skip any failure silently. SEE ALSO syd(1), syd(2), syd(5), syd-sum(1) syd homepage: https://sydbox.exherbo.org/ AUTHORS Maintained by Ali Polatel. Up-to-date sources can be found at https://gitlab.exherbo.org/sydbox/sydbox.git and on Radicle at rad:z38HCnbmcDegA2BMxuPaPRPMdp6wF. Bugs/patches can be submitted to https://gitlab.exherbo.org/groups/sydbox/-/issues. Discuss in #sydbox on Libera Chat or in #sydbox:mailstation.de on Matrix. 2026-08-10 SYD-PATH(1)