2021-11-02 22:32:22 -04:00
|
|
|
variant: fcos
|
|
|
|
version: 1.4.0
|
|
|
|
passwd:
|
|
|
|
users:
|
|
|
|
- name: tomster
|
2022-12-01 14:47:50 -05:00
|
|
|
ssh_authorized_keys:
|
2023-08-27 09:25:44 -04:00
|
|
|
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKVwG+Pt0LnDJqUJaHrl830mEBvI2N/qfnlfdnSRM7LJ
|
2021-11-02 22:32:22 -04:00
|
|
|
groups:
|
|
|
|
- wheel
|
|
|
|
- sudo
|
|
|
|
systemd:
|
|
|
|
units:
|
|
|
|
- name: postinst.service
|
|
|
|
enabled: true
|
|
|
|
contents: |
|
|
|
|
[Unit]
|
|
|
|
Description=Initial System Setup
|
|
|
|
# We run after `systemd-machine-id-commit.service` to ensure that
|
|
|
|
# `ConditionFirstBoot=true` services won't rerun on the next boot.
|
|
|
|
After=systemd-machine-id-commit.service
|
|
|
|
After=network-online.target
|
|
|
|
# We run before `zincati.service` to avoid conflicting rpm-ostree
|
|
|
|
# transactions.
|
|
|
|
Before=zincati.service
|
|
|
|
ConditionPathExists=!/var/lib/%N.stamp
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
2023-08-16 06:37:26 -04:00
|
|
|
ExecStart=/usr/bin/curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf -o /etc/chrony.conf
|
|
|
|
ExecStart=/usr/bin/systemctl restart chronyd
|
2023-01-24 01:07:16 -05:00
|
|
|
ExecStart=/usr/bin/rpm-ostree install firewalld qemu-guest-agent tuned unbound
|
2023-03-19 22:05:31 -04:00
|
|
|
ExecStart=/usr/bin/rpm-ostree override remove cifs-utils samba-common-libs samba-client-libs libsmbclient libwbclient samba-common sssd-krb5-common sssd-ipa sssd-nfs-idmap sssd-ldap sssd-client sssd-ad sssd-common sssd-krb5 sssd-common-pac
|
2023-04-15 04:05:22 -04:00
|
|
|
ExecStart=/usr/bin/sed -i 's/nullok//g' /etc/pam.d/system-auth
|
2022-12-01 14:47:50 -05:00
|
|
|
ExecStart=/usr/bin/curl https://raw.githubusercontent.com/Kicksecure/security-misc/master/etc/modprobe.d/30_security-misc.conf -o /etc/modprobe.d/30_security-misc.conf
|
2023-10-31 12:23:35 -04:00
|
|
|
ExecStart=/usr/bin/curl https://raw.githubusercontent.com/Kicksecure/security-misc/master/usr/lib/sysctl.d/990_security-misc.conf -o /etc/sysctl.d/990_security-misc.conf
|
|
|
|
ExecStart=/usr/bin/sed -i 's/kernel.yama.ptrace_scope=2/kernel.yama.ptrace_scope=1/g' /etc/sysctl.d/990_security-misc.conf
|
|
|
|
ExecStart=/usr/bin/sed -i 's/net.ipv4.icmp_echo_ignore_all=1/net.ipv4.icmp_echo_ignore_all=0/g' /etc/sysctl.d/990_security-misc.conf
|
|
|
|
ExecStart=/usr/bin/sed -i 's/net.ipv6.icmp.echo_ignore_all=1/net.ipv6.icmp.echo_ignore_all=0/g' /etc/sysctl.d/990_security-misc.conf
|
|
|
|
ExecStart=/usr/bin/curl https://raw.githubusercontent.com/Kicksecure/security-misc/master/usr/lib/sysctl.d/30_silent-kernel-printk.conf -o /etc/sysctl.d/30_silent-kernel-printk.conf
|
|
|
|
ExecStart=/usr/bin/curl https://raw.githubusercontent.com/Kicksecure/security-misc/master/usr/lib/sysctl.d/30_security-misc_kexec-disable.conf -o /etc/sysctl.d/30_security-misc_kexec-disable.conf
|
2022-12-01 14:47:50 -05:00
|
|
|
ExecStart=/usr/bin/mkdir -p /etc/systemd/system/NetworkManager.service.d
|
|
|
|
ExecStart=/usr/bin/curl https://gitlab.com/divested/brace/-/raw/master/brace/usr/lib/systemd/system/NetworkManager.service.d/99-brace.conf -o /etc/systemd/system/NetworkManager.service.d/99-brace.conf
|
|
|
|
ExecStart=/usr/bin/mkdir -p /etc/systemd/system/irqbalance.service.d
|
|
|
|
ExecStart=/usr/bin/curl https://gitlab.com/divested/brace/-/raw/master/brace/usr/lib/systemd/system/irqbalance.service.d/99-brace.conf -o /etc/systemd/system/irqbalance.service.d/99-brace.conf
|
|
|
|
ExecStart=/usr/bin/mkdir -p /etc/systemd/system/sshd.service.d
|
2023-09-07 18:02:25 -04:00
|
|
|
ExecStart=/usr/bin/curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf -o /etc/systemd/system/sshd.service.d/override.conf
|
2023-10-10 15:29:15 -04:00
|
|
|
ExecStart=/usr/bin/curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/ssh/sshd_config/10-custom.conf -o /etc/ssh/sshd_config.d/10-custom.conf
|
2023-10-25 19:12:34 -04:00
|
|
|
ExecStart=/usr/bin/echo "CtrlAltDelBurstAction=none" >> /etc/systemd/system.conf
|
2023-08-16 06:37:26 -04:00
|
|
|
ExecStart=/usr/bin/systemctl disable systemd-resolved
|
|
|
|
ExecStart=/usr/bin/touch /var/lib/%N.stamp
|
|
|
|
ExecStart=/usr/bin/systemctl --no-block reboot
|
2021-11-02 22:32:22 -04:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
- name: postinst2.service
|
|
|
|
enabled: true
|
|
|
|
contents: |
|
|
|
|
[Unit]
|
|
|
|
Description=Initial System Setup Part 2
|
|
|
|
# We run this after the packages have been overlayed
|
|
|
|
After=network-online.target
|
|
|
|
ConditionPathExists=!/var/lib/%N.stamp
|
|
|
|
ConditionPathExists=/var/lib/postinst.stamp
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
2023-03-17 18:45:07 -04:00
|
|
|
ExecStart=/usr/bin/docker run --detach --privileged --name watchtower --restart unless-stopped --runtime=runc -v /var/run/docker.sock:/var/run/docker.sock -v /etc/localtime:/etc/localtime:ro containrrr/watchtower --schedule "0 15 0 * * 0"
|
2021-11-02 22:32:22 -04:00
|
|
|
ExecStart=/bin/touch /var/lib/%N.stamp
|
|
|
|
|
2022-04-11 19:11:38 -04:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
- name: setsebool.service
|
|
|
|
enabled: true
|
|
|
|
contents: |
|
|
|
|
[Service]
|
2022-12-01 14:47:50 -05:00
|
|
|
Type=oneshot
|
2022-04-11 19:11:38 -04:00
|
|
|
ExecStart=/usr/sbin/setsebool container_use_cephfs off
|
|
|
|
ExecStart=/usr/sbin/setsebool virt_use_nfs off
|
|
|
|
ExecStart=/usr/sbin/setsebool virt_use_samba off
|
|
|
|
RemainAfterExit=yes
|
2023-03-16 14:03:16 -04:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
- name: gvisor-updater.service
|
|
|
|
enabled: true
|
|
|
|
contents: |
|
|
|
|
[Unit]
|
|
|
|
Description=gVisor Update
|
2023-06-11 06:48:51 -04:00
|
|
|
Requires=network-online.target
|
2023-03-16 14:03:16 -04:00
|
|
|
Before=docker.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
WorkingDirectory=/var/roothome
|
|
|
|
Type=oneshot
|
|
|
|
ExecStart=/usr/bin/sleep 5
|
|
|
|
ExecStart=/usr/bin/curl -O https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/runsc
|
|
|
|
ExecStart=/usr/bin/curl -O https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/runsc.sha512
|
|
|
|
ExecStart=/usr/bin/curl -O https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/containerd-shim-runsc-v1
|
|
|
|
ExecStart=/usr/bin/curl -O https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/containerd-shim-runsc-v1.sha512
|
|
|
|
ExecStart=/usr/bin/sha512sum -c runsc.sha512 -c containerd-shim-runsc-v1.sha512
|
|
|
|
ExecStart=/usr/bin/rm -f runsc.sha512 containerd-shim-runsc-v1.sha512
|
|
|
|
ExecStart=/usr/bin/chmod a+rx runsc containerd-shim-runsc-v1
|
|
|
|
ExecStart=/usr/bin/mv runsc containerd-shim-runsc-v1 /var/usrlocal/bin
|
2023-04-15 04:22:01 -04:00
|
|
|
ExecStart=/usr/bin/chcon system_u:object_r:container_runtime_exec_t:s0 /var/usrlocal/bin/runsc
|
2023-03-16 14:03:16 -04:00
|
|
|
|
2021-11-02 22:32:22 -04:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
- name: docker.service
|
|
|
|
enabled: true
|
|
|
|
- name: fstrim.timer
|
|
|
|
enabled: true
|
|
|
|
- name: systemd-oomd.service
|
|
|
|
enabled: true
|
|
|
|
- name: rpm-ostree-countme.timer
|
|
|
|
enabled: false
|
|
|
|
mask: true
|
2022-12-26 10:17:18 -05:00
|
|
|
- name: sshd.service
|
|
|
|
enabled: false
|
|
|
|
- name: sshd.socket
|
|
|
|
enabled: true
|
2021-11-02 22:32:22 -04:00
|
|
|
storage:
|
|
|
|
files:
|
|
|
|
- path: /etc/zincati/config.d/51-rollout-wariness.toml
|
|
|
|
contents:
|
|
|
|
inline: |
|
|
|
|
[identity]
|
2023-03-15 19:07:01 -04:00
|
|
|
rollout_wariness = 0
|
2021-11-02 22:32:22 -04:00
|
|
|
- path: /etc/zincati/config.d/55-updates-strategy.toml
|
|
|
|
contents:
|
|
|
|
inline: |
|
|
|
|
[updates]
|
|
|
|
strategy = "periodic"
|
|
|
|
[updates.periodic]
|
|
|
|
time_zone = "localtime"
|
|
|
|
[[updates.periodic.window]]
|
|
|
|
days = [ "Sun" ]
|
|
|
|
start_time = "0:00"
|
|
|
|
length_minutes = 60
|
2023-10-25 18:18:07 -04:00
|
|
|
- path: /etc/issue
|
|
|
|
overwrite: true
|
2023-10-25 18:43:51 -04:00
|
|
|
contents:
|
|
|
|
inline: |
|
|
|
|
Authorized uses only. All activity may be monitored and reported.
|
2023-10-25 18:18:07 -04:00
|
|
|
- path: /etc/issue.net
|
|
|
|
overwrite: true
|
2023-10-25 18:43:51 -04:00
|
|
|
contents:
|
|
|
|
inline: |
|
|
|
|
Authorized uses only. All activity may be monitored and reported.
|
2021-11-02 22:32:22 -04:00
|
|
|
- path: /etc/tuned/active_profile
|
|
|
|
overwrite: true
|
|
|
|
contents:
|
|
|
|
inline: |
|
|
|
|
virtual-guest
|
|
|
|
- path: /etc/tuned/profile_mode
|
|
|
|
overwrite: true
|
|
|
|
contents:
|
|
|
|
inline: |
|
|
|
|
manual
|
|
|
|
- path: /etc/systemd/zram-generator.conf
|
|
|
|
overwrite: true
|
|
|
|
contents:
|
|
|
|
inline: |
|
|
|
|
[zram0]
|
|
|
|
zram-fraction = 1
|
|
|
|
max-zram-size = 8192
|
2023-10-12 02:19:11 -04:00
|
|
|
compression-algorithm = zstd
|
2021-11-02 22:32:22 -04:00
|
|
|
- path: /etc/security/limits.d/30-disable-coredump.conf
|
|
|
|
overwrite: true
|
2022-12-01 14:47:50 -05:00
|
|
|
contents:
|
|
|
|
inline: |
|
2021-11-02 22:32:22 -04:00
|
|
|
* hard core 0
|
2022-09-12 17:58:29 -04:00
|
|
|
- path: /etc/ssh/ssh_config.d/10-custom.conf
|
2021-11-02 22:32:22 -04:00
|
|
|
overwrite: true
|
2022-12-01 14:47:50 -05:00
|
|
|
contents:
|
2021-11-02 22:32:22 -04:00
|
|
|
inline: |
|
2022-09-12 17:58:29 -04:00
|
|
|
GSSAPIAuthentication no
|
2023-01-18 06:53:12 -05:00
|
|
|
VerifyHostKeyDNS yes
|
2023-08-15 21:23:38 -04:00
|
|
|
- path: /etc/sysconfig/chronyd
|
|
|
|
overwrite: true
|
|
|
|
contents:
|
|
|
|
inline: |
|
|
|
|
# Command-line options for chronyd
|
|
|
|
OPTIONS="-F 1"
|
2023-01-24 01:07:16 -05:00
|
|
|
- path: /etc/unbound/unbound.conf
|
|
|
|
overwrite: true
|
|
|
|
contents:
|
|
|
|
inline: |
|
|
|
|
server:
|
2023-01-24 07:50:03 -05:00
|
|
|
chroot: ""
|
|
|
|
|
|
|
|
auto-trust-anchor-file: "/var/lib/unbound/root.key"
|
|
|
|
trust-anchor-signaling: yes
|
|
|
|
root-key-sentinel: yes
|
|
|
|
|
2023-01-24 01:07:16 -05:00
|
|
|
tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
2023-01-24 07:50:03 -05:00
|
|
|
tls-ciphers: "PROFILE=SYSTEM"
|
|
|
|
|
|
|
|
hide-http-user-agent: yes
|
|
|
|
hide-identity: yes
|
|
|
|
hide-trustanchor: yes
|
|
|
|
hide-version: yes
|
2023-01-24 01:07:16 -05:00
|
|
|
|
2023-01-24 07:50:03 -05:00
|
|
|
deny-any: yes
|
2023-01-24 01:07:16 -05:00
|
|
|
harden-algo-downgrade: yes
|
|
|
|
harden-large-queries: yes
|
|
|
|
harden-referral-path: yes
|
|
|
|
harden-short-bufsize: yes
|
2023-01-24 07:50:03 -05:00
|
|
|
ignore-cd-flag: yes
|
|
|
|
max-udp-size: 3072
|
|
|
|
module-config: "validator iterator"
|
2023-01-24 01:07:16 -05:00
|
|
|
qname-minimisation-strict: yes
|
|
|
|
unwanted-reply-threshold: 10000000
|
|
|
|
use-caps-for-id: yes
|
|
|
|
|
|
|
|
outgoing-port-permit: 1024-65535
|
|
|
|
|
|
|
|
prefetch: yes
|
|
|
|
prefetch-key: yes
|
|
|
|
|
|
|
|
forward-zone:
|
|
|
|
name: "."
|
|
|
|
forward-tls-upstream: yes
|
2023-07-27 07:58:07 -04:00
|
|
|
forward-addr: 1.1.1.2@853#security.cloudflare-dns.com
|
|
|
|
forward-addr: 1.0.0.2@853#security.cloudflare-dns.com
|
|
|
|
forward-addr: 2606:4700:4700::1112@853#security.cloudflare-dns.com
|
2023-08-15 21:23:38 -04:00
|
|
|
forward-addr: 2606:4700:4700::1002@853#security.cloudflare-dns.comff
|
2023-01-24 01:07:16 -05:00
|
|
|
- path: /etc/systemd/system/unbound.service.d/override.conf
|
|
|
|
contents:
|
|
|
|
inline: |
|
2023-04-12 07:16:14 -04:00
|
|
|
[Service]
|
2023-01-24 01:07:16 -05:00
|
|
|
MemoryDenyWriteExecute=true
|
|
|
|
PrivateDevices=true
|
|
|
|
PrivateTmp=true
|
|
|
|
ProtectHome=true
|
|
|
|
ProtectClock=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
# This breaks using socket options like 'so-rcvbuf'. Explicitly disable for visibility.
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectProc=invisible
|
|
|
|
RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK AF_UNIX
|
|
|
|
RestrictRealtime=true
|
|
|
|
SystemCallArchitectures=native
|
|
|
|
SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module mount @obsolete @resources
|
|
|
|
RestrictNamespaces=yes
|
|
|
|
LockPersonality=yes
|
2023-03-15 01:38:02 -04:00
|
|
|
- path: /etc/docker/daemon.json
|
|
|
|
contents:
|
|
|
|
inline: |
|
|
|
|
{
|
2023-06-08 19:06:20 -04:00
|
|
|
"default-runtime": "runsc-systrap",
|
2023-03-15 01:38:02 -04:00
|
|
|
"runtimes": {
|
2023-10-10 13:18:35 -04:00
|
|
|
"runsc-kvm": {
|
|
|
|
"path": "/usr/bin/runsc",
|
|
|
|
"runtimeArgs": [
|
|
|
|
"--platform=kvm",
|
|
|
|
"--network=host"
|
|
|
|
]
|
|
|
|
},
|
2023-06-08 19:06:20 -04:00
|
|
|
"runsc-systrap": {
|
2023-10-10 13:18:35 -04:00
|
|
|
"path": "/usr/bin/runsc",
|
2023-06-08 19:06:20 -04:00
|
|
|
"runtimeArgs": [
|
|
|
|
"--platform=systrap",
|
|
|
|
"--network=host"
|
|
|
|
]
|
|
|
|
},
|
2023-10-10 13:18:35 -04:00
|
|
|
"runsc-kvm --host-uds=open": {
|
|
|
|
"path": "/usr/bin/runsc",
|
2023-03-15 01:38:02 -04:00
|
|
|
"runtimeArgs": [
|
2023-10-10 13:18:35 -04:00
|
|
|
"--platform=kvm",
|
|
|
|
"--network=host",
|
|
|
|
"--host-uds=open"
|
2023-03-15 01:38:02 -04:00
|
|
|
]
|
|
|
|
},
|
2023-10-10 13:18:35 -04:00
|
|
|
"runsc-systrap --host-uds=open": {
|
|
|
|
"path": "/usr/bin/runsc",
|
|
|
|
"runtimeArgs": [
|
|
|
|
"--platform=systrap",
|
|
|
|
"--network=host",
|
|
|
|
"--host-uds=open"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"runsc-kvm-debug": {
|
|
|
|
"path": "/usr/bin/runsc",
|
2023-03-15 01:38:02 -04:00
|
|
|
"runtimeArgs": [
|
2023-03-15 19:03:29 -04:00
|
|
|
"--platform=kvm",
|
2023-10-10 13:18:35 -04:00
|
|
|
"--network=host",
|
|
|
|
"--debug-log=/tmp/runsc-kvm/",
|
|
|
|
"--debug",
|
|
|
|
"--strace"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"runsc-systrap-debug": {
|
|
|
|
"path": "/usr/bin/runsc",
|
|
|
|
"runtimeArgs": [
|
|
|
|
"--platform=systrap",
|
|
|
|
"--network=host",
|
|
|
|
"--debug-log=/tmp/runsc-systrap/",
|
|
|
|
"--debug",
|
|
|
|
"--strace"
|
2023-03-15 01:38:02 -04:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-11-02 22:32:22 -04:00
|
|
|
links:
|
|
|
|
- path: /etc/localtime
|
|
|
|
target: ../usr/share/zoneinfo/America/New_York
|
2023-01-24 02:33:44 -05:00
|
|
|
- path: /etc/systemd/system/multi-user.target.wants/unbound.service
|
|
|
|
target: /usr/lib/systemd/system/unbound.service
|
2021-11-02 22:32:22 -04:00
|
|
|
- path: /etc/systemd/system/multi-user.target.wants/tuned.service
|
|
|
|
target: /usr/lib/systemd/system/tuned.service
|
|
|
|
- path: /etc/systemd/system/kdump.service.target
|
|
|
|
target: /dev/null
|
2023-10-25 19:07:17 -04:00
|
|
|
- path: /etc/systemd/system/debug-shell.service
|
|
|
|
target: /dev/null
|
2023-10-25 19:41:48 -04:00
|
|
|
- path: /etc/systemd/system/ctrl-alt-del.target
|
|
|
|
target: /dev/null
|
2021-11-02 22:32:22 -04:00
|
|
|
kernel_arguments:
|
|
|
|
should_exist:
|
2022-09-04 22:51:57 -04:00
|
|
|
- spectre_v2=on
|
|
|
|
- spec_store_bypass_disable=on
|
|
|
|
- l1tf=full,force
|
|
|
|
- mds=full,nosmt
|
2022-12-01 14:47:50 -05:00
|
|
|
- tsx=off
|
2022-09-04 22:51:57 -04:00
|
|
|
- tsx_async_abort=full,nosmt
|
2021-11-02 22:32:22 -04:00
|
|
|
- kvm.nx_huge_pages=force
|
2022-09-04 22:51:57 -04:00
|
|
|
- nosmt=force
|
2022-09-12 18:34:28 -04:00
|
|
|
- l1d_flush=on
|
|
|
|
- mmio_stale_data=full,nosmt
|
|
|
|
- random.trust_bootloader=off
|
|
|
|
- random.trust_cpu=off
|
2022-12-01 14:47:50 -05:00
|
|
|
- intel_iommu=on
|
2022-09-12 18:34:28 -04:00
|
|
|
- amd_iommu=on
|
|
|
|
- iommu.passthrough=0 iommu.strict=1
|
|
|
|
- slab_nomerge
|
|
|
|
- init_on_alloc=1
|
|
|
|
- init_on_free=1
|
|
|
|
- pti=on
|
|
|
|
- vsyscall=none
|
|
|
|
- page_alloc.shuffle=1
|
|
|
|
- randomize_kstack_offset=on
|
|
|
|
- extra_latent_entropy
|
2023-04-12 07:16:14 -04:00
|
|
|
- debugfs=off
|