New answers tagged privileged-account
1
In general this is a flawed approach to permissions. You should keep www-data, and then create a new account "dropbox", which performs the required dropbox actions on behalf of the web application. One implementation of this is that a php application could run commands as that user only when needed and perform all other actions as the usual www-data.
Top 50 recent answers are included