diff --git a/notes.md b/notes.md index d3494a0..40481da 100644 --- a/notes.md +++ b/notes.md @@ -55,4 +55,13 @@ - adding local url in /etc/hosts don't work - makefile don't warn it's not there - it should also print the path +- **SUDO :** + - some action needs sudo access : + - writing localhost alias in /etc/hosts + - erasing volumes + - So, either : + - testing if doing everything in sudo works well + (right access to plugin dir for example) + - or is it possible to run make as sudo, but inside of make only certain rules are made as sudo ? + - or is it possible to do everything without sudo ?