Re: [users@httpd] Recommended best practices or guides

2020-09-30 Thread @lbutlr
On 29 Sep 2020, at 08:33, Niranjan Rao wrote: > We have a need to allow certain group of people to perform operations such as > start/stop/reload etc. Traditionally these operations are performed using > sudo command e.g. sudo service apache2 start. These people don't need full > sudo

Re: [users@httpd] Recommended best practices or guides

2020-09-29 Thread Martin Drescher
On 29.09.20 16:33, Niranjan Rao wrote: > Greeting, [...] > Are there any recommended best practices or guides to allow these kinds of > granular permissions? My searches so far has revealed commands using sudo. > > > Regards, > > > Niranjan Unfortunately sudo supports no regular expressions.

[users@httpd] Recommended best practices or guides

2020-09-29 Thread Niranjan Rao
Greeting, On Ubuntu 18.04, Apache version 2.4.29, all packages installed from standard repositories and no customization. We have a need to allow certain group of people to perform operations such as start/stop/reload etc. Traditionally these operations are performed using sudo command