GeoIP databases: set the selinux context

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-08-08 05:54:43 +02:00
parent 096f4ed89c
commit a0e17dc73f
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -21,4 +21,5 @@ wget --content-disposition --user={{ maxmind_account_id }} --password={{ maxmind
sha256sum -c *.sha256
for tarball in *.tar.gz; do tar -xf "$tarball"; done
cp -a */*.mmdb "${outdir}"
cp -a -v */*.mmdb "${outdir}"
restorecon -v "${outdir}"/*.mmdb