'make install' should require the caller to invoke sudo, not attempt to do so itself. #36
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
keyop-go/nfq_forwarder#36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We should remove use of 'sudo' inside the Makefile, as the caller may not be able to use sudo without passwords and the result will be counter-intuitive. Instead add some guard checks that we already have the correct privileges when privileged targets are called. We will also need to ensure the environment is sane, since 'sudo' can modify several env vars including
PATH.changed the description