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

Commit

Permalink
Add Appimage security warning (#563)
Browse files Browse the repository at this point in the history
* appimage security warning

* apply grammar suggestions
  • Loading branch information
Tbaut authored and amaury1093 committed Oct 28, 2019
1 parent aa36b38 commit 3b5ba26
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit 3b5ba26

Please sign in to comment.