GeoIP databases: set the selinux context
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
096f4ed89c
commit
a0e17dc73f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue