Jean-Baptiste Lallement writes ("[Bug 1169604] [NEW] set permission to og+rx on 
working directory to allow test execution by any user"):
> Public bug reported:
> 
> adt-run creates a working directory with mktemp in /tmp/ e.g /tmp/tmp.XXXXXX 
> which is set to the default permissions u+rwx.
> This makes impossible to execute tests with another user than the user who 
> started the tests or root.
> 
> permissions should be changed to og+rx for this directory.

Simply changing the permissions is not correct.  Tests might contain
confidential information, and the test runner might be running on a
system which is doing other work.

If it is necessary for a test to share information between multiple
non-root users, it should create a suitable Unix group, or something.

What are you trying to do ?

Ian.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1169604

Title:
  set permission to og+rx on working directory to allow test execution
  by any user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/1169604/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to