aashishksahu / SafeSpace

A safe place for your valuable information
GNU General Public License v3.0
180 stars 11 forks source link

Why root? #33

Closed gitzila closed 5 months ago

gitzila commented 8 months ago

Hi, why does the app requests root access when starting the first time? Gitzila

aashishksahu commented 8 months ago

Hi @gitzila That is not something I put there, maybe there's some misunderstanding, my app doesn't ask for root access, it just checks for root and warns the user of root being unsafe. Can you please post some screenshots so that I can better understand.

atomuspilius commented 8 months ago

Hi @gitzila That is not something I put there, maybe there's some misunderstanding, my app doesn't ask for root access, it just checks for root and warns the user of root being unsafe. Can you please post some screenshots so that I can better understand.

1.png

2.png

aashishksahu commented 8 months ago

Most likely this is happening because the root check tries some commands to check whether sudo is possible or not, the app doesn't actually need root as all data is anyway stored in app's internal storage.