sh, diff/patch, sort, printf, find, test, getfacl/setfacl/xattr), expanded /proc and metrics (process table, syscalls, replication, net, security posture, worker budget, swarm/replication hints), initd DAG supervision metadata and richer restart journal telemetry, synthetic process groups via IPC (assignProcessGroup/signalProcessGroup) mirrored into process_table, optional kernel.ext.d incremental hot reload (BARE_OS_KERNEL_EXT_D_HOT_RELOAD) with reload audit NDJSON, features proc for hyperblobs dedup and systemd subset documentation, vault threat model doc plus posture fields for AEAD, Pear enclave pointer, account rotation continuity, and Ed25519 consistency across boot manifest / extensions / replication. Adds or extends tests and keeps kernel/ and packages/bare-os-seeder/kernel/ in parity; guest init is bundled from kernel/lib/init/init-main.js via bundle-kernel-init.
22 lines
636 B
JSON
22 lines
636 B
JSON
{
|
|
"name": "setfacl",
|
|
"section": 1,
|
|
"title": "set synthetic access control lists",
|
|
"synopsis": ["setfacl [-b] PATH"],
|
|
"description": "Writes ACL lines from stdin to PATH.bare_acl, or removes the sidecar with -b.",
|
|
"options": [
|
|
{
|
|
"flag": "-b",
|
|
"meaning": "Remove ACL sidecar if it exists"
|
|
}
|
|
],
|
|
"keywords": ["setfacl", "acl", "bare-os", "coreutils"],
|
|
"bareOsNotes": "Requires non-empty ctx.shellStdin when not using -b (same pattern as patch).",
|
|
"examples": [
|
|
{
|
|
"caption": "install ACL text from a here-doc in the shell",
|
|
"code": "printf 'user::rw-\\n' | setfacl /tmp/a"
|
|
}
|
|
]
|
|
}
|