2023-10-25 18:43:51 -04:00
{
"ignition": {
2023-12-06 17:09:54 -05:00
"version": "3.4.0"
2023-10-25 18:43:51 -04:00
},
"kernelArguments": {
"shouldExist": [
2024-02-07 09:27:18 -05:00
"mitigations=auto,nosmt",
2023-10-25 18:43:51 -04:00
"spectre_v2=on",
2024-05-27 16:23:30 -04:00
"spectre_bhi=on",
2023-10-25 18:43:51 -04:00
"spec_store_bypass_disable=on",
"tsx=off",
"kvm.nx_huge_pages=force",
"nosmt=force",
"l1d_flush=on",
2024-02-07 09:27:18 -05:00
"spec_rstack_overflow=safe-ret",
2024-05-27 16:23:30 -04:00
"gather_data_sampling=force",
"reg_file_data_sampling=on",
2023-10-25 18:43:51 -04:00
"random.trust_bootloader=off",
"random.trust_cpu=off",
"intel_iommu=on",
2023-12-06 15:56:57 -05:00
"amd_iommu=force_isolation",
2023-12-06 17:09:54 -05:00
"efi=disable_early_pci_dma",
2023-12-06 15:56:57 -05:00
"iommu=force",
"iommu.passthrough=0",
"iommu.strict=1",
2023-10-25 18:43:51 -04:00
"slab_nomerge",
"init_on_alloc=1",
"init_on_free=1",
"pti=on",
"vsyscall=none",
2024-01-15 10:49:56 -05:00
"ia32_emulation=0",
2023-10-25 18:43:51 -04:00
"page_alloc.shuffle=1",
"randomize_kstack_offset=on",
2024-04-19 17:50:41 -04:00
"debugfs=off",
"lockdown=confidentiality",
"module.sig_enforce=1"
2023-10-25 18:43:51 -04:00
]
},
"passwd": {
"users": [
{
"groups": [
"wheel",
"sudo"
],
"name": "tomster",
"sshAuthorizedKeys": [
2023-11-04 16:54:13 -04:00
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINkTKkJS7Id1WCyA5Klu/moLG9mP5hTC+v2qYqypMF1u contact@tommytran.io"
2023-10-25 18:43:51 -04:00
]
}
]
},
"storage": {
"files": [
{
"path": "/etc/zincati/config.d/51-rollout-wariness.toml",
"contents": {
2024-02-07 14:03:47 -05:00
"source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/zincati/config.d/51-rollout-wariness.toml"
2023-10-25 18:43:51 -04:00
}
},
{
"path": "/etc/zincati/config.d/55-updates-strategy.toml",
"contents": {
"compression": "",
"source": "data:,%5Bupdates%5D%0Astrategy%20%3D%20%22immediate%22%0A"
}
},
2024-03-05 16:24:45 -05:00
{
"path": "/etc/yum.repos.d/_copr:copr.fedorainfracloud.org:secureblue:hardened_malloc.repo",
"contents": {
"source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/yum.repos.d/_copr:copr.fedorainfracloud.org:secureblue:hardened_malloc.repo"
}
},
2023-10-25 18:43:51 -04:00
{
"overwrite": true,
2024-02-07 09:27:18 -05:00
"path": "/etc/chrony.conf",
"contents": {
"source": "https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf"
}
},
{
"path": "/etc/modprobe.d/30_security-misc.conf",
"contents": {
"source": "https://raw.githubusercontent.com/Kicksecure/security-misc/master/etc/modprobe.d/30_security-misc.conf"
}
},
{
"path": "/etc/sysctl.d/990-security-misc.conf",
"contents": {
"source": "https://raw.githubusercontent.com/Kicksecure/security-misc/master/usr/lib/sysctl.d/990-security-misc.conf"
}
},
{
"path": "/etc/sysctl.d/30_silent-kernel-printk.conf",
"contents": {
"source": "https://raw.githubusercontent.com/Kicksecure/security-misc/master/usr/lib/sysctl.d/30_silent-kernel-printk.conf"
}
},
{
"path": "/etc/sysctl.d/30_security-misc_kexec-disable.conf",
"contents": {
"source": "https://raw.githubusercontent.com/Kicksecure/security-misc/master/usr/lib/sysctl.d/30_security-misc_kexec-disable.conf"
}
},
{
"path": "/etc/systemd/system/NetworkManager.service.d/99-brace.conf",
"contents": {
"source": "https://gitlab.com/divested/brace/-/raw/master/brace/usr/lib/systemd/system/NetworkManager.service.d/99-brace.conf"
}
},
{
"path": "/etc/systemd/system/irqbalance.service.d/99-brace.conf",
"contents": {
"source": "https://gitlab.com/divested/brace/-/raw/master/brace/usr/lib/systemd/system/irqbalance.service.d/99-brace.conf"
}
},
{
2024-02-07 12:02:45 -05:00
"path": "/etc/ssh/sshd_config.d/10-custom.conf",
2024-02-07 09:27:18 -05:00
"contents": {
2024-02-07 12:02:45 -05:00
"source": "https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/ssh/sshd_config.d/10-custom.conf"
2024-02-07 09:27:18 -05:00
}
},
{
2024-02-07 12:02:45 -05:00
"path": "/etc/ssh/ssh_config.d/10-custom.conf",
2024-02-07 09:27:18 -05:00
"contents": {
2024-02-07 12:02:45 -05:00
"source": "https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/ssh/ssh_config.d/10-custom.conf"
2024-02-07 09:27:18 -05:00
}
},
{
2024-02-07 12:02:45 -05:00
"path": "/etc/systemd/system/sshd.service.d/local.conf",
2023-10-25 18:43:51 -04:00
"contents": {
2024-02-07 12:02:45 -05:00
"source": "https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf"
2023-10-25 18:43:51 -04:00
}
},
{
2024-02-07 12:02:45 -05:00
"path": "/etc/tuned/active_profile",
2023-10-25 18:43:51 -04:00
"contents": {
2024-02-07 13:20:52 -05:00
"source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/tuned/active_profile"
2023-10-25 18:43:51 -04:00
}
},
{
2024-02-07 12:02:45 -05:00
"path": "/etc/tuned/profile_mode",
2023-10-25 18:43:51 -04:00
"contents": {
2024-02-07 13:20:52 -05:00
"source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/tuned/profile_mode"
2023-10-25 18:43:51 -04:00
}
},
{
2024-02-07 12:02:45 -05:00
"path": "/etc/systemd/zram-generator.conf",
2023-10-25 18:43:51 -04:00
"contents": {
2024-05-17 02:18:07 -04:00
"source": "https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/systemd/zram-generator.conf"
2023-10-25 18:43:51 -04:00
}
},
{
2024-02-07 12:02:45 -05:00
"path": "/etc/security/limits.d/30-disable-coredump.conf",
2023-10-25 18:43:51 -04:00
"contents": {
2024-02-13 19:02:21 -05:00
"source": "https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/security/limits.d/30-disable-coredump.conf"
2023-10-25 18:43:51 -04:00
}
},
{
"overwrite": true,
"path": "/etc/sysconfig/chronyd",
"contents": {
2024-02-07 12:02:45 -05:00
"source": "https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/sysconfig/chronyd"
2023-10-25 18:43:51 -04:00
}
},
{
"path": "/etc/unbound/unbound.conf",
"contents": {
2024-02-07 12:02:45 -05:00
"source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/unbound/unbound.conf"
2023-10-25 18:43:51 -04:00
}
},
{
"path": "/etc/systemd/system/unbound.service.d/override.conf",
"contents": {
2024-02-07 12:54:09 -05:00
"source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/systemd/system/unbound.service.d/override.conf"
2023-10-25 18:43:51 -04:00
}
2024-02-13 18:01:42 -05:00
},
{
"overwrite": true,
"path": "/etc/issue",
"contents": {
2024-05-17 02:18:07 -04:00
"source": "https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue"
2024-02-13 18:01:42 -05:00
}
},
{
"overwrite": true,
"path": "/etc/issue.net",
"contents": {
2024-05-17 02:18:07 -04:00
"source": "https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/issue"
2024-02-13 18:01:42 -05:00
}
2023-10-25 18:43:51 -04:00
}
],
"links": [
{
"path": "/etc/localtime",
2024-02-07 09:27:18 -05:00
"target": "../usr/share/zoneinfo/America/Phoenix"
2023-10-25 18:43:51 -04:00
},
{
"path": "/etc/systemd/system/multi-user.target.wants/unbound.service",
"target": "/usr/lib/systemd/system/unbound.service"
},
{
"path": "/etc/systemd/system/multi-user.target.wants/tuned.service",
"target": "/usr/lib/systemd/system/tuned.service"
}
]
},
"systemd": {
"units": [
{
2024-05-28 19:21:59 -04:00
"contents": "[Unit]\nDescription=Initial System Setup\n# We run after `systemd-machine-id-commit.service` to ensure that\n# `ConditionFirstBoot=true` services won't rerun on the next boot.\nAfter=systemd-machine-id-commit.service\nAfter=network-online.target\n# We run before `zincati.service` to avoid conflicting rpm-ostree\n# transactions.\nBefore=zincati.service\nConditionPathExists=!/var/lib/%N.stamp\n\n[Service]\nType=oneshot\nRemainAfterExit=yes\nExecStart=/usr/sbin/restorecon -R /var\nExecStart=/usr/sbin/setsebool -P container_use_cephfs off\nExecStart=/usr/sbin/setsebool -P virt_use_nfs off\nExecStart=/usr/sbin/setsebool -P virt_use_samba off\nExecStart=/usr/bin/rpm-ostree install firewalld qemu-guest-agent tuned unbound\nExecStart=/usr/bin/rpm-ostree override bind-license bind-utils bind-libs brcmfmac-firmware intel-gpu-firmware mt7xxx-firmware atheros-firmware amd-ucode-firmware linux-firmware amd-gpu-firmware realtek-firmware btrfs-progs cifs-utils clevis clevis-dracut clevis-luks clevis-pin-tpm2 clevis-systemd containerd containers-common-extra crun crun-wasm cryptsetup dnsmasq e2fsprogs-libs e2fsprogs flatpak-session-helper fuse-overlayfs fuse-sshfs fuse3 fwupd google-compute-engine-guest-configs-udev iptables-legacy iptables-legacy-libs kexec-tools libnvme lvm2 lvm2-libs mdadm moby-engine nvme-cli podman rsync runc samba-client-libs samba-common libwbclient libsmbclient samba-common-libs socat sssd-client sssd-ldap sssd-common sssd-krb5-common sssd-nfs-idmap sssd-ad sssd-krb5 sssd-ipa sssd-common-pac systemd-resolved toolbox tpm2-tools tpm2-tss-fapi vim-data vim-minimal wireguard-tools\nExecStart=/usr/bin/sed -i 's/\\s+nullok//g' /etc/pam.d/system-auth\nExecStart=/usr/bin/sed -i '$ a\\allow 10.0.2.2/32' /etc/chrony.conf\nExecStart=/usr/bin/sed -i 's/#install msr/install msr/g' /etc/modprobe.d/30_security-misc.conf\nExecStart=/usr/bin/sed -i 's/# install bluetooth/install bluetooth/g' /etc/modprobe.d/30_security-misc.conf\nExecStart=/usr/bin/sed -i 's/# install btusb/install btusb/g' /etc/modprobe.d/30_security-misc.conf\nExecStart=/usr/bin/sed -i 's/kernel.yama.ptrace_scope=2/kernel.yama.ptrace_scope=3/g' /etc/sysctl.d/990-security-misc.conf\nExecStart=/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\nExecStart=/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\nExecStart=/usr/bin/echo 'EDITOR=nano' \u003e\u003e /etc/bashrc\nExecStart=/usr/bin/echo 'VISUAL=nano' \u003e\u003e /etc/bashrc\nExecStart=/usr/bin/systemctl disable systemd-resolved\nExecStart=/usr/bin/touch /var/lib/%N.stamp\nExecStart=/usr/bin/systemctl --no-block reboot\n\n[Install]\nWantedBy=multi-user.target\n",
2023-10-25 18:43:51 -04:00
"enabled": true,
2024-02-07 12:02:45 -05:00
"name": "postinst.service"
2023-10-25 18:43:51 -04:00
},
2023-12-12 09:40:17 -05:00
{
2024-02-07 09:27:18 -05:00
"contents": "[Unit]\nDescription=Initial System Setup Part 3\n# We run this after the packages have been overlayed\nAfter=firewalld.service\nConditionPathExists=!/var/lib/%N.stamp\nConditionPathExists=/var/lib/postinst.stamp\n\n[Service]\nType=oneshot\nRemainAfterExit=yes\nExecStart=/usr/bin/systemctl enable --now firewalld\nExecStart=/usr/bin/firewall-cmd --lockdown-on\nExecStart=/usr/bin/firewall-cmd --permanent --add-service=ntp\nExecStart=/usr/bin/firewall-cmd --reload\n\n[Install]\nWantedBy=multi-user.target\n",
2023-12-12 09:40:17 -05:00
"enabled": true,
"name": "postinst2.service"
},
2023-10-25 18:43:51 -04:00
{
"enabled": false,
"name": "docker.service"
},
{
"enabled": true,
"name": "fstrim.timer"
},
{
"enabled": true,
"name": "systemd-oomd.service"
},
{
"enabled": false,
"mask": true,
"name": "rpm-ostree-countme.timer"
},
{
"enabled": false,
"name": "sshd.service"
},
{
"enabled": true,
"name": "sshd.socket"
2024-02-27 23:56:58 -05:00
},
{
"enabled": false,
"mask": true,
"name": "kdump.service"
},
{
"enabled": false,
"mask": true,
"name": "debug-shell.service"
2024-03-24 17:00:46 -04:00
},
{
"enabled": false,
"mask": true,
"name": "coreos-cni-networking-check.service"
2023-10-25 18:43:51 -04:00
}
]
}
}