-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
broker: check that instance owner owns directories
Problem: the broker checks that rundir, statedir, and the directory containing the local uri are u+rwx, but it does not check that the owner of the directory is the instance owner. Check that st_uid == getuid (). Update the local-uri override test in t0001-basic.t to use the trash directory instead of /tmp to contain the test socket.
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters