TranslateProject/sources/tech/20211124 Manage Flatpak Permissions Graphically With Flatseal.md
2021-11-24 08:51:27 +08:00

4.2 KiB
Raw Blame History

Manage Flatpak Permissions Graphically With Flatseal

The newer versions of Android give you a more granular control over the access and permission an individual app can have. This is vital because many applications were (are) abusing the system permissions. Download a weather app and it will ask to access your call logs as if that has anything to do with the weather.

Why am I talking about Android app permissions? Because that is something you could relate with this applications functioning.

You probably already know what Flatpak is. These are sandboxed applications with selected access to system resources like file storage, network interface etc.

Just like Android, you can control the access to system resources by Flatpak applications. By default, that happens with Flatpak commands and not everyone can be comfortable with it.

And hence, there is this tiny utility called Flatseal that allows you to manage and control the Flatpak permissions at application level.

Flatseal

Flatseal

Flatseal is a graphical utility to review and modify permissions your Flatpak applications has got. This makes things a lot easier than going through the commands.

Flatseal lists all the installed Flatpak applications. When you select one, you can see all the permissions. The enabled permissions can be easily spotted and if you want, you can disable it.

For example, Ksnip is a screenshot utility and it also has networking access to share the screenshots with online services like Imgur. If you do not need it, you can disable it.

Control permissions of individual Flatpak apps

If nothing else, it is interesting to see what kind of permissions an application has. For example, you can see that ksnip has the ability to run in the background (so that you can use it for taking screenshots with keyboard shortcuts).

Installing Flatseal

Since its all about Flatpak, it only makes sense that Flatseal is available as a Flatpak package.

On Fedora, if the Flathub repo is added, you can install it from the software center.

Installing Flatseal from the software center

Otherwise, the command line is always there to help you.


    flatpak install flathub com.github.tchx84.Flatseal

Do you really need to control permissions?

Thats a subjective question and it totally depends on you. Thankfully, the desktop Linux apps are not as abusive as Android apps so far.

An average user usually does not bother with these things and thats totally fine.

However, if you are overly cautious about these things or you find a good reason, Flatseal provides the easy option.

You should also be careful about what permissions you are changing. If you disable a permission crucial to the functioning of the application, it will surely cause trouble while using the application.

So, overall, this is not something an average user is going to use.


via: https://itsfoss.com/flatseal/

作者:Abhishek Prakash 选题:lujun9972 译者:译者ID 校对:校对者ID

本文由 LCTT 原创编译,Linux中国 荣誉推出