I am creating a command line application that does not by default require any raised privilege, but because of other security reasons, I would like the user to be required to raise their privilege anyway so that it is at least locked behind sudo.
Does anyone have any experience with this? My web search for answers did not yield any results concerning forcing sudo for access.