Comment changer les autorisations pour uniquement la racine

sudo chown root:root /path/to/application
sudo chmod 700 /path/to/application
Mushy Macaw