mirror of
https://github.com/tommytran732/Fedora-CoreOS-Ignition
synced 2024-11-22 09:21:32 -05:00
Add ARM hardened malloc
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
9ee6949e84
commit
f5411aab36
@ -60,6 +60,12 @@
|
|||||||
"source": "data:,%5Bupdates%5D%0Astrategy%20%3D%20%22immediate%22%0A"
|
"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,
|
"overwrite": true,
|
||||||
"path": "/etc/chrony.conf",
|
"path": "/etc/chrony.conf",
|
||||||
|
@ -111,6 +111,9 @@ storage:
|
|||||||
inline: |
|
inline: |
|
||||||
[updates]
|
[updates]
|
||||||
strategy = "immediate"
|
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
|
- path: /etc/chrony.conf
|
||||||
contents:
|
contents:
|
||||||
source: https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf
|
source: https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf
|
||||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user