Update proc

This commit is contained in:
Raven Scott
2026-04-21 22:45:50 -04:00
parent c549569aaa
commit 3548ae9f65
16 changed files with 395 additions and 13 deletions
+10 -2
View File
@@ -816,7 +816,15 @@ var BARE_AGENT_PROC_READ_ALLOWLIST = Object.freeze([
'/proc/bare_os/metrics_live.json',
'/proc/bare_os/features.json',
'/proc/bare_os/swarm.json',
'/proc/bare_os/capabilities.json'
'/proc/bare_os/capabilities.json',
'/proc/bare_os/swarm_replication_status.json',
'/proc/bare_os/swarm_relay_status.json',
'/proc/bare_os/swarm_datagrams_status.json',
'/proc/bare_os/swarm_connection_manager_status.json',
'/proc/bare_os/swarm_key_broker_status.json',
'/proc/bare_os/swarm_holepunch_status.json',
'/proc/bare_os/swarm_datagram_replication_status.json',
'/proc/bare_os/swarm_status.json'
])
/**
@@ -1987,7 +1995,7 @@ function bareAgentToolDefinitions() {
path: {
type: 'string',
description:
'One of: /proc/bare_os/metrics_live.json, features.json, swarm.json, capabilities.json'
'Allowlisted /proc/bare_os/*.json (metrics_live, features, swarm, capabilities, swarm_*_status, swarm_status); bounded read.'
},
max_bytes: { type: 'integer', description: 'Default 256000' }
},
+1 -1
View File
@@ -1,7 +1,7 @@
{
"schema": 2,
"profileId": "bare-os-posix-like",
"generatedAt": "2026-04-22T02:31:52.468Z",
"generatedAt": "2026-04-22T02:45:33.798Z",
"note": "Sparse POSIX Issue 7 coverage hints for /bin utilities. Omitted command names are not yet profiled here.",
"commandIndex": [
{
+1 -1
View File
@@ -1,6 +1,6 @@
{
"schema": 1,
"atMs": 1776825112467,
"atMs": 1776825933797,
"commands": [
"agent",
"arch",
File diff suppressed because one or more lines are too long