You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/10 13:16:07 UTC

[GitHub] [airflow] potiuk commented on issue #21487: Requiring sudo privilages

potiuk commented on issue #21487:
URL: https://github.com/apache/airflow/issues/21487#issuecomment-1034910501


   Why do you want to do it? 
   Few lines below you have the "sudo" command to run the command as the other user. What woudl setfacl change in this case if you anyhow need to give `airflow` user to be added to sudoers ? 
   
   ```
   popen_prepend = ['sudo', '-E', '-H', '-u', self.run_as_user]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org