Skip to content

Conversation

@gabrielfsouza2002
Copy link

This PR adds a warning icon to the application list for apps that have dangerous filesystem permissions (host or home). This helps users identify apps with potentially risky access to the host filesystem.

Changes:

Detects dangerous filesystem permissions in window.js.
Passes this information to FlatsealApplicationRow.
Updates FlatsealApplicationRow to display a warning icon and tooltip when dangerous permissions are present.
Motivation: Addresses issue #163 by making it easier for users to spot apps with elevated filesystem access, improving security awareness.

Testing:

Verified that apps with filesystem=host or filesystem=home show the warning icon.
Apps without these permissions are unaffected.
Let me know if any changes are needed!

gabrielfsouza2002 and others added 6 commits June 24, 2025 21:51
fixes tchx84#163)

- Detect dangerous filesystem permissions (`host` or `home`) in app list
- Pass this info to FlatsealApplicationRow
- Display warning icon and tooltip for affected apps
- Improves user awareness of security risks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant