go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/mql/testdata/arch.toml (about) 1 [mql] 2 providers = ["core", "os"] 3 4 [mondoo.""] 5 version = "unstable" 6 build = "development" 7 8 [command."uname -s"] 9 stdout = "Linux" 10 11 [command."uname -m"] 12 stdout = "x86_64" 13 14 [command."uname -r"] 15 stdout = "5.10.104-linuxkit" 16 17 [command."find -L \"/etc\" -xdev"] 18 stdout = """/etc/arch-release 19 /etc/ssh/sshd_config 20 """ 21 22 [command."find -L \"/etc/pam.d\" -xdev -type f"] 23 stdout = """/etc/pam.d/sshd 24 """ 25 26 [file."/etc/pam.d/sshd"] 27 content = """#%PAM-1.0 28 #auth required pam_securetty.so #disable remote root 29 auth include system-remote-login 30 account include system-remote-login 31 """ 32 33 [file."/etc/arch-release"] 34 content = "" 35 36 [command."pacman -Q"] 37 stdout = """acl 2.3.1-2 38 archlinux-keyring 20220831-1 39 argon2 20190702-4 40 attr 2.5.1-2 41 audit 3.0.8-1 42 base 3-1 43 bash 5.1.016-1 44 brotli 1.0.9-8 45 bzip2 1.0.8-4 46 ca-certificates 20210603-1 47 ca-certificates-mozilla 3.82-1 48 ca-certificates-utils 20210603-1 49 coreutils 9.1-1 50 cryptsetup 2.5.0-1 51 curl 7.85.0-1 52 dbus 1.14.0-1 53 device-mapper 2.03.16-2 54 dnssec-anchors 20190629-3 55 e2fsprogs 1.46.5-4 56 expat 2.4.8-1 57 file 5.42-2 58 filesystem 2021.12.07-1 59 findutils 4.9.0-1 60 gawk 5.1.1-1 61 gcc-libs 12.2.0-1 62 gdbm 1.23-1 63 gettext 0.21-2 64 glib2 2.72.3-3 65 glibc 2.36-3 66 gmp 6.2.1-2 67 gnupg 2.2.39-1 68 gnutls 3.7.7-3 69 gpgme 1.18.0-1 70 grep 3.7-1 71 gzip 1.12-1 72 hwdata 0.361-1 73 iana-etc 20220715-1 74 icu 71.1-1 75 iproute2 5.19.0-1 76 iptables 1:1.8.8-2 77 iputils 20211215-1 78 json-c 0.16-1 79 kbd 2.5.1-1 80 keyutils 1.6.3-1 81 kmod 30-1 82 krb5 1.19.3-3 83 ldns 1.8.3-1 84 less 1:590-1 85 libarchive 3.6.1-2 86 libassuan 2.5.5-1 87 libbpf 0.8.1-1 88 libcap 2.65-1 89 libcap-ng 0.8.3-1 90 libedit 20210910_3.1-1 91 libelf 0.187-2 92 libevent 2.1.12-2 93 libffi 3.4.2-5 94 libgcrypt 1.10.1-1 95 libgpg-error 1.45-2 96 libidn2 2.3.3-1 97 libksba 1.6.0-1 98 libldap 2.6.3-1 99 libmnl 1.0.5-1 100 libnetfilter_conntrack 1.0.9-1 101 libnfnetlink 1.0.2-1 102 libnftnl 1.2.3-1 103 libnghttp2 1.49.0-1 104 libnl 3.7.0-1 105 libp11-kit 0.24.1-1 106 libpcap 1.10.1-2 107 libpsl 0.21.1-1 108 libsasl 2.1.28-1 109 libseccomp 2.5.4-1 110 libsecret 0.20.5-2 111 libssh2 1.10.0-1 112 libsysprof-capture 3.44.0-2 113 libtasn1 4.19.0-1 114 libtirpc 1.3.3-1 115 libunistring 1.0-1 116 libverto 0.3.2-4 117 libxcrypt 4.4.28-2 118 libxml2 2.10.2-2 119 licenses 20220125-1 120 linux-api-headers 5.18.15-1 121 lz4 1:1.9.4-1 122 mpfr 4.1.0.p13-3 123 ncurses 6.3-3 124 nettle 3.8.1-1 125 npth 1.6-3 126 openssh 9.0p1-1 127 openssl 1.1.1.q-1 128 p11-kit 0.24.1-1 129 pacman 6.0.1-7 130 pacman-mirrorlist 20220828-1 131 pam 1.5.2-1 132 pambase 20211210-1 133 pciutils 3.8.0-2 134 pcre 8.45-2 135 pcre2 10.40-1 136 pinentry 1.2.0-1 137 popt 1.18-3 138 procps-ng 3.3.17-1 139 psmisc 23.5-1 140 readline 8.1.002-1 141 sed 4.8-1 142 shadow 4.11.1-1 143 sqlite 3.39.2-2 144 systemd 251.4-1 145 systemd-libs 251.4-1 146 systemd-sysvcompat 251.4-1 147 tar 1.34-1 148 tpm2-tss 3.2.0-1 149 tzdata 2022c-1 150 util-linux 2.38.1-1 151 util-linux-libs 2.38.1-1 152 xz 5.2.6-1 153 zlib 1:1.2.12-2 154 zstd 1.5.2-7 155 """ 156 157 [file."/etc/ssh/sshd_config"] 158 content = """ 159 # # 160 # Ansible managed 161 # 162 163 # This is the ssh client system-wide configuration file. 164 # See sshd_config(5) for more information on any settings used. Comments will be added only to clarify why a configuration was chosen. 165 166 167 # Basic configuration 168 # =================== 169 170 # Either disable or only allow root login via certificates. 171 PermitRootLogin no 172 173 # Define which port sshd should listen to. Default to `22`. 174 Port 22 175 176 # Address family should always be limited to the active network configuration. 177 AddressFamily inet 178 179 # Define which addresses sshd should listen to. Default to `0.0.0.0`, ie make sure you put your desired address in here, since otherwise sshd will listen to everyone. 180 ListenAddress 0.0.0.0 181 182 # List HostKeys here. 183 HostKey /etc/ssh/ssh_host_rsa_key 184 HostKey /etc/ssh/ssh_host_ecdsa_key 185 HostKey /etc/ssh/ssh_host_ed25519_key 186 187 # Specifies the host key algorithms that the server offers. 188 # 189 # HostKeyAlgorithms 190 # 191 192 # Security configuration 193 # ====================== 194 195 # Set the protocol version to 2 for security reasons. Disables legacy support. 196 Protocol 2 197 198 # Make sure sshd checks file modes and ownership before accepting logins. This prevents accidental misconfiguration. 199 StrictModes yes 200 201 # Logging, obsoletes QuietMode and FascistLogging 202 SyslogFacility AUTH 203 LogLevel VERBOSE 204 205 # Cryptography 206 # ------------ 207 208 # **Ciphers** -- If your clients don't support CTR (eg older versions), cbc will be added 209 # CBC: is true if you want to connect with OpenSSL-base libraries 210 # eg ruby Net::SSH::Transport::CipherFactory requires cbc-versions of the given openssh ciphers to work 211 # -- see: (http://net-ssh.github.com/net-ssh/classes/Net/SSH/Transport/CipherFactory.html) 212 # 213 214 Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr 215 216 # **Hash algorithms** -- Make sure not to use SHA1 for hashing, unless it is really necessary. 217 # Weak HMAC is sometimes required if older package versions are used 218 # eg Ruby's Net::SSH at around 2.2.* doesn't support sha2 for hmac, so this will have to be set true in this case. 219 # 220 221 MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256 222 223 # Alternative setting, if OpenSSH version is below v5.9 224 #MACs hmac-ripemd160 225 226 # **Key Exchange Algorithms** -- Make sure not to use SHA1 for kex, unless it is really necessary 227 # Weak kex is sometimes required if older package versions are used 228 # eg ruby's Net::SSH at around 2.2.* doesn't support sha2 for kex, so this will have to be set true in this case. 229 # based on: https://bettercrypto.org/static/applied-crypto-hardening.pdf 230 231 KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 232 233 # Authentication 234 # -------------- 235 236 # Secure Login directives. 237 238 LoginGraceTime 30s 239 MaxAuthTries 2 240 MaxSessions 10 241 MaxStartups 10:30:60 242 243 # Enable public key authentication 244 PubkeyAuthentication yes 245 246 # Never use host-based authentication. It can be exploited. 247 IgnoreRhosts yes 248 IgnoreUserKnownHosts yes 249 HostbasedAuthentication no 250 251 # Enable PAM to enforce system wide rules 252 UsePAM yes 253 254 # Set AuthenticationMethods per default to publickey 255 # AuthenticationMethods was introduced in OpenSSH 6.2 - https://www.openssh.com/txt/release-6.2 256 AuthenticationMethods publickey 257 258 # Disable password-based authentication, it can allow for potentially easier brute-force attacks. 259 PasswordAuthentication no 260 PermitEmptyPasswords no 261 ChallengeResponseAuthentication no 262 263 # Only enable Kerberos authentication if it is configured. 264 KerberosAuthentication no 265 KerberosOrLocalPasswd no 266 KerberosTicketCleanup yes 267 #KerberosGetAFSToken no 268 269 # Only enable GSSAPI authentication if it is configured. 270 GSSAPIAuthentication no 271 GSSAPICleanupCredentials yes 272 273 # In case you don't use PAM (`UsePAM no`), you can alternatively restrict users and groups here. For key-based authentication this is not necessary, since all keys must be explicitely enabled. 274 275 276 277 278 279 280 # Network 281 # ------- 282 283 # Disable TCP keep alive since it is spoofable. Use ClientAlive messages instead, they use the encrypted channel 284 TCPKeepAlive no 285 286 # Manage `ClientAlive..` signals via interval and maximum count. This will periodically check up to a `..CountMax` number of times within `..Interval` timeframe, and abort the connection once these fail. 287 ClientAliveInterval 300 288 ClientAliveCountMax 3 289 290 # Disable tunneling 291 PermitTunnel no 292 293 # Disable forwarding tcp connections. 294 # no real advantage without denied shell access 295 AllowTcpForwarding no 296 297 # Disable agent forwarding, since local agent could be accessed through forwarded connection. 298 # no real advantage without denied shell access 299 AllowAgentForwarding no 300 301 # Do not allow remote port forwardings to bind to non-loopback addresses. 302 GatewayPorts no 303 304 # Disable X11 forwarding, since local X11 display could be accessed through forwarded connection. 305 X11Forwarding no 306 X11UseLocalhost yes 307 308 # User environment configuration 309 # ============================== 310 311 PermitUserEnvironment no 312 313 314 # Misc. configuration 315 # =================== 316 317 Compression no 318 319 UseDNS no 320 321 PrintMotd no 322 323 PrintLastLog no 324 325 Banner none 326 327 328 # Reject keys that are explicitly blacklisted 329 RevokedKeys /etc/ssh/revoked_keys 330 331 """ 332 333 334 [file."/etc/login.defs"] 335 content = """FAIL_DELAY 3 336 LOG_UNKFAIL_ENAB no 337 LOG_OK_LOGINS no 338 SYSLOG_SU_ENAB yes 339 SYSLOG_SG_ENAB yes 340 CONSOLE /etc/securetty 341 SU_NAME su 342 MAIL_DIR /var/spool/mail 343 HUSHLOGIN_FILE .hushlogin 344 ENV_SUPATH PATH=/usr/local/sbin:/usr/local/bin:/usr/bin 345 ENV_PATH PATH=/usr/local/sbin:/usr/local/bin:/usr/bin 346 TTYGROUP tty 347 TTYPERM 0600 348 ERASECHAR 0177 349 KILLCHAR 025 350 UMASK 077 351 PASS_MAX_DAYS 99999 352 PASS_MIN_DAYS 0 353 PASS_WARN_AGE 7 354 UID_MIN 1000 355 UID_MAX 60000 356 SYS_UID_MIN 500 357 SYS_UID_MAX 999 358 GID_MIN 1000 359 GID_MAX 60000 360 SYS_GID_MIN 500 361 SYS_GID_MAX 999 362 LOGIN_RETRIES 5 363 LOGIN_TIMEOUT 60 364 CHFN_RESTRICT rwh 365 DEFAULT_HOME yes 366 USERGROUPS_ENAB yes 367 MOTD_FILE 368 ENCRYPT_METHOD SHA512 369 """ 370 371 [command."/sbin/lsmod"] 372 stdout = """Module Size Used by 373 xfrm_user 36864 1 374 xfrm_algo 16384 1 xfrm_user 375 bpfilter 16384 0 376 vmw_vsock_virtio_transport 16384 14 377 vmw_vsock_virtio_transport_common 24576 1 vmw_vsock_virtio_transport 378 vsock 36864 18 vmw_vsock_virtio_transport_common,vmw_vsock_virtio_transport 379 """ 380 381 [file."/etc/passwd"] 382 content = """root:x:0:0::/root:/bin/bash 383 chris:x:1000:1001::/home/chris:/bin/bash 384 christopher:x:1000:1001::/home/christopher:/bin/bash 385 chris:x:1002:1003::/home/chris:/bin/bash 386 bin:x:1:1::/:/usr/bin/nologin 387 """ 388 user = "user/0/root" 389 permissions = "-rw-r--r--" 390 391 [user."user/0/root"] 392 uid = 0 393 gid = 0 394 name = "root" 395 396 ["file.permissions"."dr-xr-xr-x"] 397 mode = 555 398 399 ["file.permissions"."-rw-r--r--"] 400 mode = 420 401 402 [file."/etc/group"] 403 content = """ 404 cat /etc/group 405 root:x:0:root 406 chris:x:1001: 407 network:x:90: 408 wheel:x:998: 409 tty:x:5: 410 daemon:x:2:bin 411 """ 412 413 [file."/proc"] 414 permissions = "dr-xr-xr-x" 415 416 [file."/proc/1"] 417 permissions = "dr-xr-xr-x" 418 419 [file."/proc/1/cmdline"] 420 content = """/sbin/init""" 421 422 [file."/proc/1/status"] 423 content = """Name: systemd 424 Umask: 0000 425 State: S (sleeping) 426 Tgid: 1 427 Ngid: 0 428 Pid: 1 429 PPid: 0 430 TracerPid: 0 431 Uid: 0 0 0 0 432 Gid: 0 0 0 0 433 FDSize: 128 434 Groups: 435 NStgid: 1 436 NSpid: 1 437 NSpgid: 1 438 NSsid: 1 439 VmPeak: 230536 kB 440 VmSize: 165000 kB 441 VmLck: 0 kB 442 VmPin: 0 kB 443 VmHWM: 10804 kB 444 VmRSS: 10804 kB 445 RssAnon: 2584 kB 446 RssFile: 8220 kB 447 RssShmem: 0 kB 448 VmData: 18808 kB 449 VmStk: 132 kB 450 VmExe: 848 kB 451 VmLib: 8576 kB 452 VmPTE: 88 kB 453 VmSwap: 0 kB 454 HugetlbPages: 0 kB 455 CoreDumping: 0 456 THP_enabled: 1 457 Threads: 1 458 SigQ: 0/128147 459 SigPnd: 0000000000000000 460 ShdPnd: 0000000000000000 461 SigBlk: 7be3c0fe28014a03 462 SigIgn: 0000000000001000 463 SigCgt: 00000001800004ec 464 CapInh: 0000000000000000 465 CapPrm: 000001ffffffffff 466 CapEff: 000001ffffffffff 467 CapBnd: 000001ffffffffff 468 CapAmb: 0000000000000000 469 NoNewPrivs: 0 470 Seccomp: 0 471 Seccomp_filters: 0 472 Speculation_Store_Bypass: thread vulnerable 473 SpeculationIndirectBranch: conditional enabled 474 Cpus_allowed: 00000fff 475 Cpus_allowed_list: 0-11 476 Mems_allowed: 00000001 477 Mems_allowed_list: 0 478 voluntary_ctxt_switches: 5681 479 nonvoluntary_ctxt_switches: 116 480 """ 481 482 [file."/proc/sys/net/ipv4/ip_forward"] 483 content = "1" 484 485 [command."mount"] 486 stdout = """overlay on / type overlay (rw,relatime) 487 proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) 488 tmpfs on /dev type tmpfs (rw,nosuid,size=65536k,mode=755) 489 """ 490 491 [file."/etc/shadow"] 492 content = """root:!:14871:::::: 493 chris:*:18421:0:99999:7::: 494 bin:!!:18360:::::: 495 """ 496 497 [command."systemctl --all list-units --type service"] 498 stdout = """UNIT LOAD ACTIVE SUB DESCRIPTION 499 modprobe@drm.service loaded inactive dead Load Kernel Module drm 500 pacman-init.service loaded active exited Initializes Pacman keyring 501 ● plymouth-quit-wait.service not-found inactive dead plymouth-quit-wait.service 502 ● plymouth-start.service not-found inactive dead plymouth-start.service 503 ● reflector-init.service loaded failed failed Initializes mirrors for the VM 504 rescue.service loaded inactive dead Rescue Shell 505 shadow.service loaded inactive dead Verify integrity of password and group files 506 sshd.service loaded active running OpenSSH Daemon 507 sshdgenkeys.service loaded inactive dead SSH Key Generation 508 ● syslog.service not-found inactive dead syslog.service 509 """ 510 511 [command."ps axo pid,pcpu,pmem,vsz,rss,tty,stat,stime,time,uid,command"] 512 stdout = """ PID %CPU %MEM VSZ RSS TT STAT STIME TIME UID COMMAND 513 1 0.0 1.1 26904 11128 ? Ss 15:10 00:00:00 0 /sbin/init 514 2 0.0 0.0 0 0 ? S 15:10 00:00:00 0 [kthreadd] 515 3 0.0 0.0 0 0 ? I< 15:10 00:00:00 0 [rcu_gp] 516 4 0.0 0.0 0 0 ? I< 15:10 00:00:00 0 [rcu_par_gp] 517 772 0.0 0.4 10736 4980 ? R 15:12 00:00:00 1000 sshd: vagrant@pts/0 518 773 0.0 0.4 7476 4080 pts/0 Ss 15:12 00:00:00 1000 -bash 519 974 0.0 0.3 8716 3100 pts/0 R+ 16:24 00:00:00 0 ps axo pid,pcpu,pmem,vsz,rss,tty,stat,stime,time,uid,command 520 """ 521 522 [file."/etc/ntp.conf"] 523 content=""" 524 # --- GENERAL CONFIGURATION --- 525 restrict default ignore 526 restrict 66.187.224.4 mask 255.255.255.255 nomodify notrap noquery 527 restrict 18.26.4.105 mask 255.255.255.255 nomodify notrap noquery 528 restrict 128.249.1.10 mask 255.255.255.255 nomodify notrap noquery 529 # Server config 530 server 127.127.1.0 # local clock 531 fudge 127.127.1.0 stratum 10 532 server 66.187.224.4 533 server 18.26.4.105 534 server 128.249.1.10 535 """ 536 537 [file."/etc/audit/auditd.conf"] 538 content=""" 539 # Some random comment... 540 local_events = yes 541 write_logs = yes 542 log_file = /var/log/audit/audit.log 543 log_group = root 544 """ 545 546 [file."/root/pod.yaml"] 547 content=""" 548 apiVersion: v1 549 kind: Pod 550 """ 551 552 [file."/home/chris/.ssh/authorized_keys"] 553 content=""" 554 # Comment 555 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDYuKamN4JXNYmolm+A9hM+xYanupG1VgbM/k0NwPiIPUdiU82IPbP7bunsngnOatSDyCrKrhL9FV3wuHFFBX0QE9KpS8bcIcT3ySsi3wgYV95P7anb7YhliDDx2w/QB97kCnAKjGFS1yphS6px0i9B29tGVJa22ODs/hebIKUCYKC9/+fnZ+bIqte1HctDP2lDBzMa/7j8BUXSwnTDXtAuEz5eSMIpv1ZdUdaSuO8xFbB0xrBHQJKuqboLPo3NSOCg6uhopO6GucZuNLJnqVLkyEPTKH0nv/8smz/q3v1GOGz8ZS0DIpkretKZmRB1VDhNqsAiOAWUTmg56xO7VZnlEvQRtyG8qyQHjlj6SDGtvxPDY58lz5nhIV9K6L7gHrOIcbSif5ZCt0e4DrKGaYXgH+mwIh2TMC2OCU6Xr6FRVQ9fBhilqMXuFIIezShN0hZb6mUCLkLVOzBBRKuz17S2a8twsuxix7ixqJPsIF3sI88tbxrFkSGSM02dhrmyZbkMr586rktVBB4T+8A28HJr4l9jkU0uk3l3le5bMcXhEuDkJUBnwEXEXfZa8Lw4sg2VuFgw0Ah0kw0/mAorpsFahXstNgrHhy3HoPKDCw/a/sXL4+fE72I1L96Lb7HOxTrdhEGnd65W4mPlTnbGW9YDQqTfZgRlpuffqQuWWYXolw== chris@lollyrock.com 556 """ 557 558 [file."/etc/ssl/cert.pem"] 559 content=""" 560 # Amazon Root CA 1 561 -----BEGIN CERTIFICATE----- 562 MIIDQTCCAimgAwIBAgITBmyfz5m/jAo54vB4ikPmljZbyjANBgkqhkiG9w0BAQsF 563 ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 564 b24gUm9vdCBDQSAxMB4XDTE1MDUyNjAwMDAwMFoXDTM4MDExNzAwMDAwMFowOTEL 565 MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv 566 b3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXj 567 ca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM 568 9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qw 569 IFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6 570 VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L 571 93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQm 572 jgSubJrIqg0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC 573 AYYwHQYDVR0OBBYEFIQYzIU07LwMlJQuCFmcx7IQTgoIMA0GCSqGSIb3DQEBCwUA 574 A4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB/G/wkjUu0yKGX9rbxenDI 575 U5PMCCjjmCXPI6T53iHTfIUJrU6adTrCC2qJeHZERxhlbI1Bjjt/msv0tadQ1wUs 576 N+gDS63pYaACbvXy8MWy7Vu33PqUXHeeE6V/Uq2V8viTO96LXFvKWlJbYK8U90vv 577 o/ufQJVtMVT8QtPHRh8jrdkPSHCa2XV4cdFyQzR1bldZwgJcJmApzyMZFo6IQ6XU 578 5MsI+yMRQ+hDKXJioaldXgjUkK642M4UwtBV8ob2xJNDd2ZhwLnoQdeXeGADbkpy 579 rqXRfboQnoZsG4q5WTP468SQvvG5 580 -----END CERTIFICATE----- 581 """ 582 583 [file."/dummy.json"] 584 content=""" 585 { 586 "_": null, 587 "true": true, 588 "1": 1, 589 "1.0": 1.0, 590 "int-array": [1,2,3], 591 "dict": { 592 "ee": 3, 593 "ej": 4, 594 "ek": 5 595 }, 596 "f": [{"ff": 3}], 597 "string-array": ["a", "b", "c"], 598 "hello": "hello", 599 "date": "2016-01-28T23:02:24Z", 600 "aoa": [[1, 2], 3] 601 } 602 """ 603 604 [file."/dummy.array.json"] 605 content=""" 606 [1,"hi",{"ll": 0},"z"] 607 """ 608 609 [file."/dummy.true.json"] 610 content="""true""" 611 612 [file."/dummy.false.json"] 613 content="""false""" 614 615 [file."/dummy.number.json"] 616 content="""1.23""" 617 618 [file."/dummy.string.json"] 619 content="""\"hi\"""" 620 621 [file."/dummy.null.json"] 622 content="""null""" 623 624 [file."/dummy.plist"] 625 content=""" 626 <?xml version="1.0" encoding="UTF-8"?> 627 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 628 <plist version="1.0"> 629 <dict> 630 <key>allowdownloadsignedenabled</key> 631 <integer>1</integer> 632 <key>allowsignedenabled</key> 633 <integer>1</integer> 634 <key>applications</key> 635 <array/> 636 <key>exceptions</key> 637 <array> 638 <dict> 639 <key>path</key> 640 <string>/usr/libexec/configd</string> 641 <key>state</key> 642 <integer>3</integer> 643 </dict> 644 <dict> 645 <key>bundleid</key> 646 <string>com.apple.EmbeddedOSInstallService</string> 647 <key>path</key> 648 <string>/System/Library/PrivateFrameworks/EmbeddedOSInstall.framework/Versions/A/XPCServices/EmbeddedOSInstallService.xpc/</string> 649 <key>state</key> 650 <integer>3</integer> 651 </dict> 652 </array> 653 <key>explicitauths</key> 654 <array> 655 <dict> 656 <key>id</key> 657 <string>org.python.python.app</string> 658 </dict> 659 <dict> 660 <key>id</key> 661 <string>com.apple.ksh</string> 662 </dict> 663 </array> 664 <key>firewall</key> 665 <dict> 666 <key>Apple Remote Desktop</key> 667 <dict> 668 <key>proc</key> 669 <string>AppleVNCServer</string> 670 <key>state</key> 671 <integer>0</integer> 672 </dict> 673 </dict> 674 <key>loggingenabled</key> 675 <integer>1</integer> 676 <key>version</key> 677 <string>1.6</string> 678 </dict> 679 </plist> 680 """