Files
bare-operating-system/kernel/etc/bare-os/path-manifest.json
T
Raven Scott 41526508df - disk.os: path manifest search, metrics schema bump, docs
- HRPC: bare_os.search_local, route table/schema updates; ctx API 1.52.0
- VFS: optional path-capability enforcement; pathcap-verify coreutil
- Replication/boot: warm-cache adaptive metrics, boot budget NDJSON v2
- Identity: savevault pre-snapshot host hint
- POSIX: profile 1.0.16, socket connect timeout env, Wasm ctx API peek import
- Security/ops: peer admission test, personal-drive path policy verifier in pretest
- P2P UX: pkg-swarm-index; multisig rc.proposals/enabled gate + audit rows
- Docs/scripts: README, handbook, env appendix, developer-guide, ctx helper sync
- Examples: syscalls.example ctx version; seeder kernel rsync parity
2026-04-05 15:27:39 -04:00

52 lines
1.1 KiB
JSON

{
"schema": 1,
"note": "Optional path list for disk.os searchLocal: substring matches are returned before (or instead of) full-drive listing. Maintainer: extend when adding Tier-1 /bin or boot-critical paths. Disable manifest use with BARE_OS_DISK_OS_PATH_MANIFEST= (empty) on the host.",
"paths": [
"/boot/init.js",
"/etc/os-release",
"/etc/motd",
"/etc/bare-os/rc",
"/etc/bare-os/path-manifest.json",
"/etc/bare-os/boot.policy.example.json",
"/lib/bare/README.md",
"/bin/sh",
"/bin/ls",
"/bin/cat",
"/bin/grep",
"/bin/sed",
"/bin/awk",
"/bin/curl",
"/bin/wget",
"/bin/man",
"/bin/login",
"/bin/logout",
"/bin/savevault",
"/bin/help",
"/bin/env",
"/bin/test",
"/bin/kill",
"/bin/ps",
"/bin/mkdir",
"/bin/cp",
"/bin/mv",
"/bin/rm",
"/bin/chmod",
"/bin/chown",
"/bin/tar",
"/bin/gzip",
"/bin/gunzip",
"/bin/find",
"/bin/xargs",
"/bin/sort",
"/bin/uniq",
"/bin/wc",
"/bin/head",
"/bin/tail",
"/bin/sleep",
"/bin/echo",
"/bin/printf",
"/bin/baretop",
"/bin/btop"
]
}