[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs android port has 124 permissions? privacy implications?
From: |
Po Lu |
Subject: |
Re: emacs android port has 124 permissions? privacy implications? |
Date: |
Sun, 22 Dec 2024 08:30:27 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
జిందం వాఐి <jindam.vani@disroot.org> writes:
> * emacs android port was announced! [ 1 ]
> * it will be available in 30 [2]
> * release covered on lwn also [3]
> * available in f-droid repo [4]
> * just discovered thread which was
> created on independence day. ironic. [5]
> * there are few reasons for writing here
> * dont have inner workings of android apps
> * insufficient knowledge about android os
> * without having valid reason or concern,
> cannot post on emacs-devel
> * just hoping for some discussion or
> insight related to impact of permissions
> on privacy.
>
> [1] https://lists.gnu.org/archive/html/emacs-devel/2022-12/msg01358.html
> [2] https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS.30#n36
> [3] https://lwn.net/Articles/959931/
> [4] https://f-droid.org/en/packages/org.gnu.emacs/
> [5] https://forum.f-droid.org/t/emacs-excessive-permissions/27019
Emacs only receives permissions that are expressly granted to it from
Settings on Android 6.0+. It never requests any permissions of itself,
but they must be declared in the manifest to enable users to grant them
at all. By default, Emacs is no more privileged than other programs on
the system, unless users go out of their way to grant it every
permission that it requests.