mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-18 03:56:42 +00:00
Don't check access mode if the file is being created
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
fbf2afd799
commit
bffc34c94b
4
test/syscall_test/blocklists.exfat/open_create_test
Normal file
4
test/syscall_test/blocklists.exfat/open_create_test
Normal file
@ -0,0 +1,4 @@
|
||||
CreateTest.ChmodReadToWriteBetweenOpens_NoRandomSave
|
||||
CreateTest.ChmodWriteToReadBetweenOpens_NoRandomSave
|
||||
CreateTest.CreateWithReadFlagNotAllowedByMode_NoRandomSave
|
||||
CreateTest.CreateWithWriteFlagNotAllowedByMode_NoRandomSave
|
@ -3,7 +3,3 @@ CreateTest.CreatWithOTrunc
|
||||
CreateTest.CreatDirWithOTruncAndReadOnly
|
||||
CreateTest.CreateFailsOnUnpermittedDir
|
||||
CreateTest.CreateFailsOnDirWithoutWritePerms
|
||||
CreateTest.ChmodReadToWriteBetweenOpens_NoRandomSave
|
||||
CreateTest.ChmodWriteToReadBetweenOpens_NoRandomSave
|
||||
CreateTest.CreateWithReadFlagNotAllowedByMode_NoRandomSave
|
||||
CreateTest.CreateWithWriteFlagNotAllowedByMode_NoRandomSave
|
Reference in New Issue
Block a user