Back to home page

LXR

 
 

    


Warning, /testsuites/fstests/fspermission/mimfs_fspermission-interupted.scn is written in an unsupported language. File is not indexed.

0001 *** FILE SYSTEM TEST ( MOUNTED IMFS ) ***
0002 Initializing filesystem MOUNTED IMFS
0003 
0004 
0005 *** PERMISSION TEST ***
0006 The previous cmask is 022
0007 The file mode of file01 is 755
0008 The file mode of file02 is 755
0009 The file mode of dir01 is 755
0010 The previous cmask is 321
0011 The file mode of file01 is 456
0012 The file mode of file02 is 456
0013 The file mode of dir01 is 456
0014 The file mode of file01 is 777
0015 The file mode of file02 is 240
0016 The file mode of dir01 is 340
0017 Testing open       with arguments: "file02,O_RDONLY"    EXPECT "EACCES"
0018 PASS
0019 Testing open       with arguments: "file02,O_RDWR"      EXPECT "EACCES"
0020 PASS
0021 Change euid and check
0022 Testing open       with arguments: "file02,O_WRONLY"    EXPECT "EACCES"
0023 PASS
0024 Testing open       with arguments: "file02,O_RDWR"      EXPECT "EACCES"
0025 PASS
0026 Testing creat      with arguments: "path,mode"          EXPECT "EACCES"
0027 PASS
0028 Testing rename     with arguments: "path,\"test\""      EXPECT "EACCES"
0029 PASS
0030 Testing truncate   with arguments: "path,0"             EXPECT "EACCES"
0031 PASS
0032 Testing link       with arguments: "path,\"test\""      EXPECT "EACCES"
0033 PASS
0034 Testing unlink     with arguments: "path"               EXPECT "EACCES"
0035 PASS
0036 Change egid and check
0037 Testing open       with arguments: "file02,O_WRONLY"    EXPECT "EACCES"
0038 PASS
0039 Testing open       with arguments: "file02,O_RDONLY"    EXPECT "EACCES"
0040 PASS
0041 Testing open       with arguments: "file02,O_RDWR"      EXPECT "EACCES"
0042 PASS
0043 Testing creat      with arguments: "path,mode"          EXPECT "EACCES"
0044 PASS
0045 The directory file mode is 777
0046 The directory file mode is 321
0047 *** END OF PERMISSION TEST ***