Skip to content

Tests: Handle that root users on linux can always write to files

Robert Maynard requested to merge (removed):handle_testing_as_root into master

It is common when running software from a container setup such as docker that the user is root. Because of this, some permission checks are pointless as the root user ( uid=0 ) can always do things such as write to files.

Edited by Brad King

Merge request reports