agentos-kernel 0.2.11

Shared kernel plane for secure-exec native and browser sidecars
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
{
  "source": {
    "snapshotPath": "alpine-defaults.json",
    "image": "alpine:3.22",
    "snapshotCreatedAt": "2026-06-22T19:45:20.529Z",
    "builtAt": "2026-06-23T03:47:12.644Z",
    "transforms": [
      "Normalize HOSTNAME to secure-exec",
      "Preserve the captured user-level environment and filesystem layout as the secure-exec base layer",
      "Add the non-Alpine /workspace directory (default agent working directory) owned by the base user",
      "Restore Alpine 3.22's /etc/services database and add the VM's Docker-style /etc/hosts entries for libc lookup parity"
    ]
  },
  "environment": {
    "env": {
      "CHARSET": "UTF-8",
      "HOME": "/home/agentos",
      "HOSTNAME": "secure-exec",
      "LANG": "C.UTF-8",
      "LC_COLLATE": "C",
      "LOGNAME": "agentos",
      "PAGER": "less",
      "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
      "SHELL": "/bin/sh",
      "USER": "agentos"
    },
    "prompt": "\\h:\\w\\$ "
  },
  "filesystem": {
    "entries": [
      {
        "path": "/",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/bin",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/etc",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/etc/alpine-release",
        "type": "file",
        "mode": "644",
        "uid": 0,
        "gid": 0,
        "content": "3.22.4\n"
      },
      {
        "path": "/etc/apk",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/etc/busybox-paths.d",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/etc/crontabs",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/etc/group",
        "type": "file",
        "mode": "644",
        "uid": 0,
        "gid": 0,
        "content": "root:x:0:root\nbin:x:1:root,bin,daemon\ndaemon:x:2:root,bin,daemon\nsys:x:3:root,bin\nadm:x:4:root,daemon\ntty:x:5:\ndisk:x:6:root\nlp:x:7:lp\nkmem:x:9:\nwheel:x:10:root\nfloppy:x:11:root\nmail:x:12:mail\nnews:x:13:news\nuucp:x:14:uucp\ncron:x:16:cron\naudio:x:18:\ncdrom:x:19:\ndialout:x:20:root\nftp:x:21:\nsshd:x:22:\ninput:x:23:\ntape:x:26:root\nvideo:x:27:root\nnetdev:x:28:\nkvm:x:34:kvm\ngames:x:35:\nshadow:x:42:\nwww-data:x:82:\nusers:x:100:games\nntp:x:123:\nabuild:x:300:\nutmp:x:406:\nping:x:999:\nnogroup:x:65533:\nnobody:x:65534:\nagentos:x:1000:\n"
      },
      {
        "path": "/etc/hostname",
        "type": "file",
        "mode": "644",
        "uid": 0,
        "gid": 0,
        "content": "secure-exec\n"
      },
      {
        "path": "/etc/hosts",
        "type": "file",
        "mode": "644",
        "uid": 0,
        "gid": 0,
        "content": "127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain ip6-localhost ip6-loopback\nfe00:: ip6-localnet\nff00:: ip6-mcastprefix\nff02::1 ip6-allnodes\nff02::2 ip6-allrouters\n127.0.1.1 secure-exec\n"
      },
      {
        "path": "/etc/logrotate.d",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/etc/modprobe.d",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/etc/modules-load.d",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/etc/network",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/etc/nsswitch.conf",
        "type": "file",
        "mode": "644",
        "uid": 0,
        "gid": 0,
        "content": "# musl itself does not support NSS, however some third-party DNS\n# implementations use the nsswitch.conf file to determine what\n# policy to follow.\n# Editing this file is not recommended.\nhosts: files dns\n"
      },
      {
        "path": "/etc/opt",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/etc/os-release",
        "type": "symlink",
        "mode": "777",
        "uid": 0,
        "gid": 0,
        "target": "../usr/lib/os-release"
      },
      {
        "path": "/etc/passwd",
        "type": "file",
        "mode": "644",
        "uid": 0,
        "gid": 0,
        "content": "root:x:0:0:root:/root:/bin/sh\nbin:x:1:1:bin:/bin:/sbin/nologin\ndaemon:x:2:2:daemon:/sbin:/sbin/nologin\nlp:x:4:7:lp:/var/spool/lpd:/sbin/nologin\nsync:x:5:0:sync:/sbin:/bin/sync\nshutdown:x:6:0:shutdown:/sbin:/sbin/shutdown\nhalt:x:7:0:halt:/sbin:/sbin/halt\nmail:x:8:12:mail:/var/mail:/sbin/nologin\nnews:x:9:13:news:/usr/lib/news:/sbin/nologin\nuucp:x:10:14:uucp:/var/spool/uucppublic:/sbin/nologin\ncron:x:16:16:cron:/var/spool/cron:/sbin/nologin\nftp:x:21:21::/var/lib/ftp:/sbin/nologin\nsshd:x:22:22:sshd:/dev/null:/sbin/nologin\ngames:x:35:35:games:/usr/games:/sbin/nologin\nntp:x:123:123:NTP:/var/empty:/sbin/nologin\nguest:x:405:100:guest:/dev/null:/sbin/nologin\nnobody:x:65534:65534:nobody:/:/sbin/nologin\nagentos:x:1000:1000::/home/agentos:/bin/sh\n"
      },
      {
        "path": "/etc/periodic",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/etc/profile",
        "type": "file",
        "mode": "644",
        "uid": 0,
        "gid": 0,
        "content": "export PATH=\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"\n\nexport PAGER=less\numask 022\n\n# use nicer PS1 for bash and busybox ash\nif [ -n \"$BASH_VERSION\" -o \"$BB_ASH_VERSION\" ]; then\n\tPS1='\\h:\\w\\$ '\n# use nicer PS1 for zsh\nelif [ -n \"$ZSH_VERSION\" ]; then\n\tPS1='%m:%~%# '\n# set up fallback default PS1\nelse\n\t: \"${HOSTNAME:=$(hostname)}\"\n\tPS1='${HOSTNAME%%.*}:$PWD'\n\t[ \"$(id -u)\" -eq 0 ] && PS1=\"${PS1}# \" || PS1=\"${PS1}\\$ \"\nfi\n\nfor script in /etc/profile.d/*.sh ; do\n\tif [ -r \"$script\" ] ; then\n\t\t. \"$script\"\n\tfi\ndone\nunset script\n"
      },
      {
        "path": "/etc/profile.d",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/etc/secfixes.d",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/etc/shadow",
        "type": "file",
        "mode": "640",
        "uid": 0,
        "gid": 42,
        "content": "root:*::0:::::\nbin:!::0:::::\ndaemon:!::0:::::\nlp:!::0:::::\nsync:!::0:::::\nshutdown:!::0:::::\nhalt:!::0:::::\nmail:!::0:::::\nnews:!::0:::::\nuucp:!::0:::::\ncron:!::0:::::\nftp:!::0:::::\nsshd:!::0:::::\ngames:!::0:::::\nntp:!::0:::::\nguest:!::0:::::\nnobody:!::0:::::\nagentos:!:20626:0:99999:7:::\n"
      },
      {
        "path": "/etc/shells",
        "type": "file",
        "mode": "644",
        "uid": 0,
        "gid": 0,
        "content": "# valid login shells\n/bin/sh\n/bin/ash\n"
      },
      {
        "path": "/etc/services",
        "type": "file",
        "mode": "644",
        "uid": 0,
        "gid": 0,
        "content": "# Network services, Internet style\n#\n# Updated from https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml .\n#\n# New ports will be added on request if they have been officially assigned\n# by IANA and used in the real-world or are needed by a debian package.\n# If you need a huge list of used numbers please install the nmap package.\n\ntcpmux\t\t1/tcp\t\t\t\t# TCP port service multiplexer\necho\t\t7/tcp\necho\t\t7/udp\ndiscard\t\t9/tcp\t\tsink null\ndiscard\t\t9/udp\t\tsink null\nsystat\t\t11/tcp\t\tusers\ndaytime\t\t13/tcp\ndaytime\t\t13/udp\nnetstat\t\t15/tcp\nqotd\t\t17/tcp\t\tquote\nchargen\t\t19/tcp\t\tttytst source\nchargen\t\t19/udp\t\tttytst source\nftp-data\t20/tcp\nftp\t\t21/tcp\nfsp\t\t21/udp\t\tfspd\nssh\t\t22/tcp\t\t\t\t# SSH Remote Login Protocol\ntelnet\t\t23/tcp\nsmtp\t\t25/tcp\t\tmail\ntime\t\t37/tcp\t\ttimserver\ntime\t\t37/udp\t\ttimserver\nwhois\t\t43/tcp\t\tnicname\ntacacs\t\t49/tcp\t\t\t\t# Login Host Protocol (TACACS)\ntacacs\t\t49/udp\ndomain\t\t53/tcp\t\t\t\t# Domain Name Server\ndomain\t\t53/udp\nbootps\t\t67/udp\nbootpc\t\t68/udp\ntftp\t\t69/udp\ngopher\t\t70/tcp\t\t\t\t# Internet Gopher\nfinger\t\t79/tcp\nhttp\t\t80/tcp\t\twww\t\t# WorldWideWeb HTTP\nkerberos\t88/tcp\t\tkerberos5 krb5 kerberos-sec\t# Kerberos v5\nkerberos\t88/udp\t\tkerberos5 krb5 kerberos-sec\t# Kerberos v5\niso-tsap\t102/tcp\t\ttsap\t\t# part of ISODE\nacr-nema\t104/tcp\t\tdicom\t\t# Digital Imag. & Comm. 300\npop3\t\t110/tcp\t\tpop-3\t\t# POP version 3\nsunrpc\t\t111/tcp\t\tportmapper\t# RPC 4.0 portmapper\nsunrpc\t\t111/udp\t\tportmapper\nauth\t\t113/tcp\t\tauthentication tap ident\nnntp\t\t119/tcp\t\treadnews untp\t# USENET News Transfer Protocol\nntp\t\t123/udp\t\t\t\t# Network Time Protocol\nepmap\t\t135/tcp\t\tloc-srv\t\t# DCE endpoint resolution\nnetbios-ns\t137/udp\t\t\t\t# NETBIOS Name Service\nnetbios-dgm\t138/udp\t\t\t\t# NETBIOS Datagram Service\nnetbios-ssn\t139/tcp\t\t\t\t# NETBIOS session service\nimap2\t\t143/tcp\t\timap\t\t# Interim Mail Access P 2 and 4\nsnmp\t\t161/tcp\t\t\t\t# Simple Net Mgmt Protocol\nsnmp\t\t161/udp\nsnmp-trap\t162/tcp\t\tsnmptrap\t# Traps for SNMP\nsnmp-trap\t162/udp\t\tsnmptrap\ncmip-man\t163/tcp\t\t\t\t# ISO mgmt over IP (CMOT)\ncmip-man\t163/udp\ncmip-agent\t164/tcp\ncmip-agent\t164/udp\nmailq\t\t174/tcp\t\t\t# Mailer transport queue for Zmailer\nxdmcp\t\t177/udp\t\t\t# X Display Manager Control Protocol\nbgp\t\t179/tcp\t\t\t\t# Border Gateway Protocol\nsmux\t\t199/tcp\t\t\t\t# SNMP Unix Multiplexer\nqmtp\t\t209/tcp\t\t\t\t# Quick Mail Transfer Protocol\nz3950\t\t210/tcp\t\twais\t\t# NISO Z39.50 database\nipx\t\t213/udp\t\t\t\t# IPX [RFC1234]\nptp-event\t319/udp\nptp-general\t320/udp\npawserv\t\t345/tcp\t\t\t\t# Perf Analysis Workbench\nzserv\t\t346/tcp\t\t\t\t# Zebra server\nrpc2portmap\t369/tcp\nrpc2portmap\t369/udp\t\t\t\t# Coda portmapper\ncodaauth2\t370/tcp\ncodaauth2\t370/udp\t\t\t\t# Coda authentication server\nclearcase\t371/udp\t\tClearcase\nldap\t\t389/tcp\t\t\t# Lightweight Directory Access Protocol\nldap\t\t389/udp\nsvrloc\t\t427/tcp\t\t\t\t# Server Location\nsvrloc\t\t427/udp\nhttps\t\t443/tcp\t\t\t\t# http protocol over TLS/SSL\nhttps\t\t443/udp\t\t\t\t# HTTP/3\nsnpp\t\t444/tcp\t\t\t\t# Simple Network Paging Protocol\nmicrosoft-ds\t445/tcp\t\t\t\t# Microsoft Naked CIFS\nkpasswd\t\t464/tcp\nkpasswd\t\t464/udp\nsubmissions\t465/tcp\t\tssmtp smtps urd # Submission over TLS [RFC8314]\nsaft\t\t487/tcp\t\t\t# Simple Asynchronous File Transfer\nisakmp\t\t500/udp\t\t\t\t# IPSEC key management\nrtsp\t\t554/tcp\t\t\t# Real Time Stream Control Protocol\nrtsp\t\t554/udp\nnqs\t\t607/tcp\t\t\t\t# Network Queuing system\nasf-rmcp\t623/udp\t\t# ASF Remote Management and Control Protocol\nqmqp\t\t628/tcp\nipp\t\t631/tcp\t\t\t\t# Internet Printing Protocol\nldp\t\t646/tcp\t\t\t\t# Label Distribution Protocol\nldp\t\t646/udp\n#\n# UNIX specific services\n#\nexec\t\t512/tcp\nbiff\t\t512/udp\t\tcomsat\nlogin\t\t513/tcp\nwho\t\t513/udp\t\twhod\nshell\t\t514/tcp\t\tcmd syslog\t# no passwords used\nsyslog\t\t514/udp\nprinter\t\t515/tcp\t\tspooler\t\t# line printer spooler\ntalk\t\t517/udp\nntalk\t\t518/udp\nroute\t\t520/udp\t\trouter routed\t# RIP\ngdomap\t\t538/tcp\t\t\t\t# GNUstep distributed objects\ngdomap\t\t538/udp\nuucp\t\t540/tcp\t\tuucpd\t\t# uucp daemon\nklogin\t\t543/tcp\t\t\t\t# Kerberized `rlogin' (v5)\nkshell\t\t544/tcp\t\tkrcmd\t\t# Kerberized `rsh' (v5)\ndhcpv6-client\t546/udp\ndhcpv6-server\t547/udp\nafpovertcp\t548/tcp\t\t\t\t# AFP over TCP\nnntps\t\t563/tcp\t\tsnntp\t\t# NNTP over SSL\nsubmission\t587/tcp\t\t\t\t# Submission [RFC4409]\nldaps\t\t636/tcp\t\t\t\t# LDAP over SSL\nldaps\t\t636/udp\ntinc\t\t655/tcp\t\t\t\t# tinc control port\ntinc\t\t655/udp\nsilc\t\t706/tcp\nkerberos-adm\t749/tcp\t\t\t\t# Kerberos `kadmin' (v5)\n#\ndomain-s\t853/tcp\t\t\t\t# DNS over TLS [RFC7858]\ndomain-s\t853/udp\t\t\t\t# DNS over DTLS [RFC8094]\nrsync\t\t873/tcp\nftps-data\t989/tcp\t\t\t\t# FTP over SSL (data)\nftps\t\t990/tcp\ntelnets\t\t992/tcp\t\t\t\t# Telnet over SSL\nimaps\t\t993/tcp\t\t\t\t# IMAP over SSL\npop3s\t\t995/tcp\t\t\t\t# POP-3 over SSL\n#\n# From ``Assigned Numbers'':\n#\n#> The Registered Ports are not controlled by the IANA and on most systems\n#> can be used by ordinary user processes or programs executed by ordinary\n#> users.\n#\n#> Ports are used in the TCP [45,106] to name the ends of logical\n#> connections which carry long term conversations.  For the purpose of\n#> providing services to unknown callers, a service contact port is\n#> defined.  This list specifies the port used by the server process as its\n#> contact port.  While the IANA can not control uses of these ports it\n#> does register or list uses of these ports as a convienence to the\n#> community.\n#\nsocks\t\t1080/tcp\t\t\t# socks proxy server\nproofd\t\t1093/tcp\nrootd\t\t1094/tcp\nopenvpn\t\t1194/tcp\nopenvpn\t\t1194/udp\nrmiregistry\t1099/tcp\t\t\t# Java RMI Registry\nlotusnote\t1352/tcp\tlotusnotes\t# Lotus Note\nms-sql-s\t1433/tcp\t\t\t# Microsoft SQL Server\nms-sql-m\t1434/udp\t\t\t# Microsoft SQL Monitor\ningreslock\t1524/tcp\ndatametrics\t1645/tcp\told-radius\ndatametrics\t1645/udp\told-radius\nsa-msg-port\t1646/tcp\told-radacct\nsa-msg-port\t1646/udp\told-radacct\nkermit\t\t1649/tcp\ngroupwise\t1677/tcp\nl2f\t\t1701/udp\tl2tp\nradius\t\t1812/tcp\nradius\t\t1812/udp\nradius-acct\t1813/tcp\tradacct\t\t# Radius Accounting\nradius-acct\t1813/udp\tradacct\ncisco-sccp\t2000/tcp\t\t\t# Cisco SCCP\nnfs\t\t2049/tcp\t\t\t# Network File System\nnfs\t\t2049/udp\t\t\t# Network File System\ngnunet\t\t2086/tcp\ngnunet\t\t2086/udp\nrtcm-sc104\t2101/tcp\t\t\t# RTCM SC-104 IANA 1/29/99\nrtcm-sc104\t2101/udp\ngsigatekeeper\t2119/tcp\ngris\t\t2135/tcp\t\t# Grid Resource Information Server\ncvspserver\t2401/tcp\t\t\t# CVS client/server operations\nvenus\t\t2430/tcp\t\t\t# codacon port\nvenus\t\t2430/udp\t\t\t# Venus callback/wbc interface\nvenus-se\t2431/tcp\t\t\t# tcp side effects\nvenus-se\t2431/udp\t\t\t# udp sftp side effect\ncodasrv\t\t2432/tcp\t\t\t# not used\ncodasrv\t\t2432/udp\t\t\t# server port\ncodasrv-se\t2433/tcp\t\t\t# tcp side effects\ncodasrv-se\t2433/udp\t\t\t# udp sftp side effect\nmon\t\t2583/tcp\t\t\t# MON traps\nmon\t\t2583/udp\ndict\t\t2628/tcp\t\t\t# Dictionary server\nf5-globalsite\t2792/tcp\ngsiftp\t\t2811/tcp\ngpsd\t\t2947/tcp\ngds-db\t\t3050/tcp\tgds_db\t\t# InterBase server\nicpv2\t\t3130/udp\ticp\t\t# Internet Cache Protocol\nisns\t\t3205/tcp\t\t\t# iSNS Server Port\nisns\t\t3205/udp\t\t\t# iSNS Server Port\niscsi-target\t3260/tcp\nmysql\t\t3306/tcp\nms-wbt-server\t3389/tcp\nnut\t\t3493/tcp\t\t\t# Network UPS Tools\nnut\t\t3493/udp\ndistcc\t\t3632/tcp\t\t\t# distributed compiler\ndaap\t\t3689/tcp\t\t\t# Digital Audio Access Protocol\nsvn\t\t3690/tcp\tsubversion\t# Subversion protocol\nsuucp\t\t4031/tcp\t\t\t# UUCP over SSL\nsysrqd\t\t4094/tcp\t\t\t# sysrq daemon\nsieve\t\t4190/tcp\t\t\t# ManageSieve Protocol\nepmd\t\t4369/tcp\t\t\t# Erlang Port Mapper Daemon\nremctl\t\t4373/tcp\t\t# Remote Authenticated Command Service\nf5-iquery\t4353/tcp\t\t\t# F5 iQuery\nntske\t\t4460/tcp\t# Network Time Security Key Establishment\nipsec-nat-t\t4500/udp\t\t\t# IPsec NAT-Traversal [RFC3947]\niax\t\t4569/udp\t\t\t# Inter-Asterisk eXchange\nmtn\t\t4691/tcp\t\t\t# monotone Netsync Protocol\nradmin-port\t4899/tcp\t\t\t# RAdmin Port\nsip\t\t5060/tcp\t\t\t# Session Initiation Protocol\nsip\t\t5060/udp\nsip-tls\t\t5061/tcp\nsip-tls\t\t5061/udp\nxmpp-client\t5222/tcp\tjabber-client\t# Jabber Client Connection\nxmpp-server\t5269/tcp\tjabber-server\t# Jabber Server Connection\ncfengine\t5308/tcp\nmdns\t\t5353/udp\t\t\t# Multicast DNS\npostgresql\t5432/tcp\tpostgres\t# PostgreSQL Database\nfreeciv\t\t5556/tcp\trptp\t\t# Freeciv gameplay\namqps\t\t5671/tcp\t\t\t# AMQP protocol over TLS/SSL\namqp\t\t5672/tcp\namqp\t\t5672/sctp\nx11\t\t6000/tcp\tx11-0\t\t# X Window System\nx11-1\t\t6001/tcp\nx11-2\t\t6002/tcp\nx11-3\t\t6003/tcp\nx11-4\t\t6004/tcp\nx11-5\t\t6005/tcp\nx11-6\t\t6006/tcp\nx11-7\t\t6007/tcp\ngnutella-svc\t6346/tcp\t\t\t# gnutella\ngnutella-svc\t6346/udp\ngnutella-rtr\t6347/tcp\t\t\t# gnutella\ngnutella-rtr\t6347/udp\nredis\t\t6379/tcp\nsge-qmaster\t6444/tcp\tsge_qmaster\t# Grid Engine Qmaster Service\nsge-execd\t6445/tcp\tsge_execd\t# Grid Engine Execution Service\nmysql-proxy\t6446/tcp\t\t\t# MySQL Proxy\nbabel\t\t6696/udp\t\t\t# Babel Routing Protocol\nircs-u\t\t6697/tcp\t\t# Internet Relay Chat via TLS/SSL\nbbs\t\t7000/tcp\nafs3-fileserver 7000/udp\nafs3-callback\t7001/udp\t\t\t# callbacks to cache managers\nafs3-prserver\t7002/udp\t\t\t# users & groups database\nafs3-vlserver\t7003/udp\t\t\t# volume location database\nafs3-kaserver\t7004/udp\t\t\t# AFS/Kerberos authentication\nafs3-volser\t7005/udp\t\t\t# volume managment server\nafs3-bos\t7007/udp\t\t\t# basic overseer process\nafs3-update\t7008/udp\t\t\t# server-to-server updater\nafs3-rmtsys\t7009/udp\t\t\t# remote cache manager service\nfont-service\t7100/tcp\txfs\t\t# X Font Service\nhttp-alt\t8080/tcp\twebcache\t# WWW caching service\npuppet\t\t8140/tcp\t\t\t# The Puppet master service\nbacula-dir\t9101/tcp\t\t\t# Bacula Director\nbacula-fd\t9102/tcp\t\t\t# Bacula File Daemon\nbacula-sd\t9103/tcp\t\t\t# Bacula Storage Daemon\nxmms2\t\t9667/tcp\t# Cross-platform Music Multiplexing System\nnbd\t\t10809/tcp\t\t\t# Linux Network Block Device\nzabbix-agent\t10050/tcp\t\t\t# Zabbix Agent\nzabbix-trapper\t10051/tcp\t\t\t# Zabbix Trapper\namanda\t\t10080/tcp\t\t\t# amanda backup services\ndicom\t\t11112/tcp\nhkp\t\t11371/tcp\t\t\t# OpenPGP HTTP Keyserver\ndb-lsp\t\t17500/tcp\t\t\t# Dropbox LanSync Protocol\ndcap\t\t22125/tcp\t\t\t# dCache Access Protocol\ngsidcap\t\t22128/tcp\t\t\t# GSI dCache Access Protocol\nwnn6\t\t22273/tcp\t\t\t# wnn6\n\n#\n# Datagram Delivery Protocol services\n#\nrtmp\t\t1/ddp\t\t\t# Routing Table Maintenance Protocol\nnbp\t\t2/ddp\t\t\t# Name Binding Protocol\necho\t\t4/ddp\t\t\t# AppleTalk Echo Protocol\nzip\t\t6/ddp\t\t\t# Zone Information Protocol\n\n#=========================================================================\n# The remaining port numbers are not as allocated by IANA.\n#=========================================================================\n\n# Kerberos (Project Athena/MIT) services\nkerberos4\t750/udp\t\tkerberos-iv kdc\t# Kerberos (server)\nkerberos4\t750/tcp\t\tkerberos-iv kdc\nkerberos-master\t751/udp\t\tkerberos_master\t# Kerberos authentication\nkerberos-master\t751/tcp\npasswd-server\t752/udp\t\tpasswd_server\t# Kerberos passwd server\nkrb-prop\t754/tcp\t\tkrb_prop krb5_prop hprop # Kerberos slave propagation\nzephyr-srv\t2102/udp\t\t\t# Zephyr server\nzephyr-clt\t2103/udp\t\t\t# Zephyr serv-hm connection\nzephyr-hm\t2104/udp\t\t\t# Zephyr hostmanager\niprop\t\t2121/tcp\t\t\t# incremental propagation\nsupfilesrv\t871/tcp\t\t\t# Software Upgrade Protocol server\nsupfiledbg\t1127/tcp\t\t# Software Upgrade Protocol debugging\n\n#\n# Services added for the Debian GNU/Linux distribution\n#\npoppassd\t106/tcp\t\t\t\t# Eudora\nmoira-db\t775/tcp\t\tmoira_db\t# Moira database\nmoira-update\t777/tcp\t\tmoira_update\t# Moira update protocol\nmoira-ureg\t779/udp\t\tmoira_ureg\t# Moira user registration\nspamd\t\t783/tcp\t\t\t\t# spamassassin daemon\nskkserv\t\t1178/tcp\t\t\t# skk jisho server port\npredict\t\t1210/udp\t\t\t# predict -- satellite tracking\nrmtcfg\t\t1236/tcp\t\t\t# Gracilis Packeten remote config server\nxtel\t\t1313/tcp\t\t\t# french minitel\nxtelw\t\t1314/tcp\t\t\t# french minitel\nzebrasrv\t2600/tcp\t\t\t# zebra service\nzebra\t\t2601/tcp\t\t\t# zebra vty\nripd\t\t2602/tcp\t\t\t# ripd vty (zebra)\nripngd\t\t2603/tcp\t\t\t# ripngd vty (zebra)\nospfd\t\t2604/tcp\t\t\t# ospfd vty (zebra)\nbgpd\t\t2605/tcp\t\t\t# bgpd vty (zebra)\nospf6d\t\t2606/tcp\t\t\t# ospf6d vty (zebra)\nospfapi\t\t2607/tcp\t\t\t# OSPF-API\nisisd\t\t2608/tcp\t\t\t# ISISd vty (zebra)\nfax\t\t4557/tcp\t\t\t# FAX transmission service (old)\nhylafax\t\t4559/tcp\t\t\t# HylaFAX client-server protocol (new)\nmunin\t\t4949/tcp\tlrrd\t\t# Munin\nrplay\t\t5555/udp\t\t\t# RPlay audio service\nnrpe\t\t5666/tcp\t\t\t# Nagios Remote Plugin Executor\nnsca\t\t5667/tcp\t\t\t# Nagios Agent - NSCA\ncanna\t\t5680/tcp\t\t\t# cannaserver\nsyslog-tls\t6514/tcp\t\t\t# Syslog over TLS [RFC5425]\nsane-port\t6566/tcp\tsane saned\t# SANE network scanner daemon\nircd\t\t6667/tcp\t\t\t# Internet Relay Chat\nzope-ftp\t8021/tcp\t\t\t# zope management by ftp\ntproxy\t\t8081/tcp\t\t\t# Transparent Proxy\nomniorb\t\t8088/tcp\t\t\t# OmniORB\nclc-build-daemon 8990/tcp\t\t\t# Common lisp build daemon\nxinetd\t\t9098/tcp\ngit\t\t9418/tcp\t\t\t# Git Version Control System\nzope\t\t9673/tcp\t\t\t# zope server\nwebmin\t\t10000/tcp\nkamanda\t\t10081/tcp\t\t\t# amanda backup services (Kerberos)\namandaidx\t10082/tcp\t\t\t# amanda backup services\namidxtape\t10083/tcp\t\t\t# amanda backup services\nsgi-cmsd\t17001/udp\t\t# Cluster membership services daemon\nsgi-crsd\t17002/udp\nsgi-gcd\t\t17003/udp\t\t\t# SGI Group membership daemon\nsgi-cad\t\t17004/tcp\t\t\t# Cluster Admin daemon\nbinkp\t\t24554/tcp\t\t\t# binkp fidonet protocol\nasp\t\t27374/tcp\t\t\t# Address Search Protocol\nasp\t\t27374/udp\ncsync2\t\t30865/tcp\t\t\t# cluster synchronization tool\ndircproxy\t57000/tcp\t\t\t# Detachable IRC Proxy\ntfido\t\t60177/tcp\t\t\t# fidonet EMSI over telnet\nfido\t\t60179/tcp\t\t\t# fidonet EMSI over TCP\n\n# Local services\n"
      },
      {
        "path": "/etc/ssl",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/etc/ssl1.1",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/etc/sysctl.d",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/etc/udhcpc",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/home",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/home/agentos",
        "type": "directory",
        "mode": "2755",
        "uid": 1000,
        "gid": 1000
      },
      {
        "path": "/lib",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/lib/apk",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/lib/firmware",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/lib/modules-load.d",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/lib/sysctl.d",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/media",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/media/cdrom",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/media/floppy",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/media/usb",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/mnt",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/opt",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/root",
        "type": "directory",
        "mode": "700",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/run",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/run/lock",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/sbin",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/srv",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/sys",
        "type": "directory",
        "mode": "555",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/tmp",
        "type": "directory",
        "mode": "1777",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/usr",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/usr/bin",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/usr/bin/env",
        "type": "symlink",
        "mode": "777",
        "uid": 0,
        "gid": 0,
        "target": "/bin/busybox"
      },
      {
        "path": "/usr/lib",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/usr/lib/os-release",
        "type": "file",
        "mode": "644",
        "uid": 0,
        "gid": 0,
        "content": "NAME=\"Alpine Linux\"\nID=alpine\nVERSION_ID=3.22.4\nPRETTY_NAME=\"Alpine Linux v3.22\"\nHOME_URL=\"https://alpinelinux.org/\"\nBUG_REPORT_URL=\"https://gitlab.alpinelinux.org/alpine/aports/-/issues\"\n"
      },
      {
        "path": "/usr/local",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/usr/sbin",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/usr/share",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/var",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/var/cache",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/var/empty",
        "type": "directory",
        "mode": "555",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/var/lib",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/var/local",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/var/lock",
        "type": "symlink",
        "mode": "777",
        "uid": 0,
        "gid": 0,
        "target": "../run/lock"
      },
      {
        "path": "/var/log",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/var/mail",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/var/opt",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/var/run",
        "type": "symlink",
        "mode": "777",
        "uid": 0,
        "gid": 0,
        "target": "../run"
      },
      {
        "path": "/var/spool",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/var/spool/cron",
        "type": "directory",
        "mode": "755",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/var/spool/cron/crontabs",
        "type": "symlink",
        "mode": "777",
        "uid": 0,
        "gid": 0,
        "target": "../../../etc/crontabs"
      },
      {
        "path": "/var/tmp",
        "type": "directory",
        "mode": "1777",
        "uid": 0,
        "gid": 0
      },
      {
        "path": "/workspace",
        "type": "directory",
        "mode": "755",
        "uid": 1000,
        "gid": 1000
      }
    ]
  }
}