Chown no arquivo sudoers: Seguro ou não?


8

É seguro adicionar este comando no arquivo sudoers?

mike ALL= NOPASSWD:/bin/chown -R www-data\:www-data /var/www

e este é o único comando que eu quero executar

$mike@ubuntu: sudo chown -R www-data:www-data /var/www

Obrigado.

Respostas:


7

Sim.

De man sudoers:

   If a Cmnd has associated command line arguments, then the arguments in
   the Cmnd must match exactly those given by the user on the command line
   (or match the wildcards if there are any).  Note that the following
   characters must be escaped with a '\' if they are used in command
   arguments: ',', ':', '=', '\'.  The special command "sudoedit" is used
   to permit a user to run sudo with the -e option (or as sudoedit).  It
   may take command line arguments just as a normal command does.
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.