Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Add Appimage security warning #563

Merged
merged 2 commits into from
Oct 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ Official website: https://parity.io | Be sure to check out [our Wiki](https://wi
- Double click on the file to install Fether.
- Fether will be added to the program menu.

## Security warning

- ### Don't run Fether as root
- ### Beware of suspicious symlinks called fether-x.y.z-x86_64.AppImage.home
This attack vector applies to any AppImage application. It consists of crafting a .home file/folder to be used as the home folder by an AppImage application. The danger resides in the fact that this .home file could be a symlink somewhere on the user's computer. The AppImage would be using this new location as a home folder, in a non-transparent way. Running the application as root might damage a system, for example, by overflowing the /boot partition.

## Build from sources

### Install dependencies
Expand Down