Make seccomp file readable by runner

This commit is contained in:
Patrik Lundin 2024-10-04 09:22:05 +02:00
parent 05ee26e7c2
commit 571af24060
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -24,7 +24,7 @@ class cdn::runner(
file { '/opt/forgejo-runner/data/seccomp.json':
ensure => file,
owner => 'root',
group => 'root',
group => '1001',
mode => '0640',
content => template('cdn/runner/seccomp.json.erb'),
}