1
0
mirror of https://github.com/tommytran732/Fedora-CoreOS-Ignition synced 2024-09-07 17:13:30 -04:00

Add ARM hardened malloc

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-03-05 14:24:45 -07:00
parent 9ee6949e84
commit f5411aab36
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
3 changed files with 19 additions and 0 deletions

View File

@ -60,6 +60,12 @@
"source": "data:,%5Bupdates%5D%0Astrategy%20%3D%20%22immediate%22%0A"
}
},
{
"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"
}
},
{
"overwrite": true,
"path": "/etc/chrony.conf",

View File

@ -111,6 +111,9 @@ storage:
inline: |
[updates]
strategy = "immediate"
- 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
- path: /etc/chrony.conf
contents:
source: https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf

View File

@ -0,0 +1,10 @@
[copr:copr.fedorainfracloud.org:secureblue:hardened_malloc]
name=Copr repo for hardened_malloc owned by secureblue
baseurl=https://download.copr.fedorainfracloud.org/results/secureblue/hardened_malloc/fedora-$releasever-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/secureblue/hardened_malloc/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1