location tracking
#22
(09-25-2020, 10:59 AM)ergo owl Wrote: In case @a-wai stops by to drop the mic here are my two cents in regards to the Settings >Privacy >Location Services option and how I thought it would work.





Expected outcome when off: Third party apps like Maps, Weather, Firefox, Geary, Chess, 2048, Chromium, etc. No longer have access to the location of the device (which is provided by geoclue and Mozilla Location Services.)





Actuall outcome when off: Maps can still pinpoint my location within 100 metres due to settings in /etc/geoclue/geoclue.conf:


Code:
# WiFi source configuration options
[wifi]

# Enable WiFi source
enable=true

Weather (and Maps and who knows what else) can also get location from:




Code:
# Network NMEA source configuration options
[network-nmea]

# Fetch location from NMEA sources on local network?
enable=true



More likely than not they can also get location from other sources within the geoclue.conf file if connected with SIM to 3G.




Current solution: Manually change the geoclue.conf file:




Code:
# Network NMEA source configuration options
[network-nmea]

# Fetch location from NMEA sources on local network?
enable=false

# 3G source configuration options
[3g]

# Enable 3G source
enable=false

# CDMA source configuration options
[cdma]

# Enable CDMA source
enable=false

# Modem GPS source configuration options
[modem-gps]

# Enable Modem-GPS source
enable=false

# WiFi source configuration options
[wifi]

# Enable WiFi source
enable=false

------

[gnome-datetime-panel]
allowed=true
system=true
users=

[gnome-color-panel]
allowed=true
system=true
users=

[org.gnome.Shell]
allowed=true
system=true
users=

[io.elementary.desktop.agent-geoclue2]
allowed=true
system=true
users=

[epiphany]
allowed=false
system=false
users=

[firefox]
allowed=false
system=false
users=




The above code is how I run my Pinephone right now, I suppose allowing the system applications but at the same time setting all the geoclue location sources to =false in effect disables them as well but so far I havnt noticed any issues and im unaware of what else to do.




-----------------------------------------------------------------------------------------------------
Open quesstions to anyone with insight:





Should the Settings >Privacy >Location Services turned off option, make changes in the geoclue.conf file instead of the user doing it manually?





Is there a better way to limit third party applications from accessing device location?





Are apps like Maps and Weather not considered Third party applications?





What settings in regards to location does the location services setting actually impact if not apps like these?





Maybe apps that use geoclue / Mozilla Location Services should show as a list under > Location Services for transparancy, perhaps including system applications like Date and Time?





Is there no problem here at all and am I just carrying over paranoia from having been a windows / apple user for far too many years in the past? Confused
I wouldnt say paranoia isnt warranted. Windows and apple did a lot to cause lasting trauma on the psyche. Also, linux can certainly be hacked too and this sort of data could compromise you if keeping your location private is of personal importance. Having said that, that's why we have the hardware kill switches. Might just want to leave a few of them off and save yourself the trouble? I do of course get that you May wish to be selective.
  Reply


Messages In This Thread
location tracking - by ergo owl - 09-18-2020, 06:04 PM
RE: location tracking - by barray - 09-18-2020, 08:57 PM
RE: location tracking - by ergo owl - 09-18-2020, 09:59 PM
RE: location tracking - by bcnaz - 09-19-2020, 06:04 AM
RE: location tracking - by wibble - 09-20-2020, 08:19 AM
RE: location tracking - by wi_badger - 09-20-2020, 11:30 AM
RE: location tracking - by devrtz - 09-20-2020, 03:40 PM
RE: location tracking - by wi_badger - 09-20-2020, 08:02 PM
RE: location tracking - by bcnaz - 09-22-2020, 01:49 AM
RE: location tracking - by LinAdmin2 - 09-26-2020, 10:52 AM
RE: location tracking - by ergo owl - 09-22-2020, 02:37 PM
RE: location tracking - by wi_badger - 09-23-2020, 09:43 AM
RE: location tracking - by ergo owl - 09-25-2020, 08:32 AM
RE: location tracking - by wi_badger - 09-22-2020, 03:41 AM
RE: location tracking - by bcnaz - 09-22-2020, 06:09 AM
RE: location tracking - by wi_badger - 09-22-2020, 08:58 AM
RE: location tracking - by bcnaz - 09-22-2020, 09:13 AM
RE: location tracking - by Cree - 09-22-2020, 10:30 AM
RE: location tracking - by KC9UDX - 09-22-2020, 09:39 AM
RE: location tracking - by bcnaz - 09-22-2020, 09:57 AM
RE: location tracking - by bcnaz - 09-25-2020, 08:50 AM
RE: location tracking - by ergo owl - 09-25-2020, 10:59 AM
RE: location tracking - by Cree - 09-25-2020, 11:55 PM
RE: location tracking - by Humid Stylus - 09-26-2020, 02:41 PM
RE: location tracking - by ergo owl - 09-27-2020, 02:14 AM
RE: location tracking - by Humid Stylus - 09-29-2020, 11:19 AM
RE: location tracking - by bcnaz - 09-27-2020, 04:44 AM
RE: location tracking - by ergo owl - 09-27-2020, 05:42 AM
RE: location tracking - by Baggypants - 09-29-2020, 12:14 PM
RE: location tracking - by bcnaz - 09-27-2020, 06:12 AM
RE: location tracking - by KC9UDX - 09-27-2020, 09:45 AM
RE: location tracking - by ergo owl - 09-27-2020, 05:33 PM
RE: location tracking - by wibble - 09-30-2020, 12:50 PM
RE: location tracking - by ergo owl - 05-13-2021, 05:30 AM
RE: location tracking - by dukla2000 - 05-13-2021, 01:28 PM
RE: location tracking - by ergo owl - 05-13-2021, 05:13 PM
RE: location tracking - by KC9UDX - 05-13-2021, 05:19 PM
RE: location tracking - by ergo owl - 05-13-2021, 05:28 PM
RE: location tracking - by KC9UDX - 05-13-2021, 09:38 PM
RE: location tracking - by Avatars - 05-13-2021, 06:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  GPS/location services don't work with Maps after Bookworm upgrade Anna 16 9,815 06-13-2022, 02:37 PM
Last Post: wibble
Question How to Save Read Only Files, Questions on Location lovepine88 8 7,546 06-12-2021, 06:08 PM
Last Post: ryo
  Wrong location / place by GPS - Location Services - GNSS - Maps Anna 17 11,262 03-22-2021, 12:42 PM
Last Post: Maus
  Re-do First Time Setup / Location Services Setting (How?) calinb 3 3,921 01-01-2021, 08:03 PM
Last Post: calinb
  Boot Image Location NO_ob 4 5,188 06-29-2020, 03:22 AM
Last Post: NO_ob

Forum Jump:


Users browsing this thread: 2 Guest(s)