mirror of
https://github.com/SeleniumHQ/docker-selenium.git
synced 2024-02-23 15:49:32 +03:00
* Tuning chmod permissions
* Kick CI
* More tuning
* Tuning a bit more
* Update Dockerfile
Change rights to 775
* Update Dockerfile
Change rights
* Tuning chmod permissions
* More tuning
* Tuning a bit more
* Change group for some directories
Change group of directories "/opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor" to group seluser
* Usage of ACL
Usage of ACL to stay with root's rights for user and group but add some rights to user seluser with ACL
* Install ACL package
* typo in command setfacl
* change stefacl location on script
* Change setfacl location once again
* add acl to /opt
* Update Dockerfile
Adding sudo to avoid "permission denied" messages
---------
Co-authored-by: Diego Molina <diemol@gmail.com>
Co-authored-by: Diego Molina <diemol@users.noreply.github.com>