mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-19 19:44:52 +00:00
feat: disable geoclue by default
This commit is contained in:
8
files/scripts/disablegeoclue.sh
Normal file
8
files/scripts/disablegeoclue.sh
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Tell build process to exit if there are any errors.
|
||||||
|
set -oue pipefail
|
||||||
|
|
||||||
|
echo "Disabling the location service"
|
||||||
|
systemctl disable geoclue
|
||||||
|
systemctl mask geoclue
|
||||||
@@ -8,3 +8,4 @@ scripts:
|
|||||||
- httpsmirrors.sh
|
- httpsmirrors.sh
|
||||||
- createmissingdirectories.sh
|
- createmissingdirectories.sh
|
||||||
- removesuid.sh
|
- removesuid.sh
|
||||||
|
- disablegeoclue.sh
|
||||||
Reference in New Issue
Block a user