-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CA-371791: Fix world readable permissions on EXTSR
FileSR.attach modified to change the mount point permissions to 700. This prevents any non-root user from reading the contents of the SR. EXTSR.attach modified to call FileSR.attach. Other SRs could be changed to reuse FileSR.attach in the future. Unit tests added for FileSR to test old and new attach functionality. Signed-off-by: Kevin Lampis <klampis@cloud.com>
- Loading branch information
Kevin Lampis
committed
Oct 18, 2023
1 parent
7e2a342
commit 5a54b00
Showing
3 changed files
with
157 additions
and
13 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
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