Files
mckernel/test/issues/1018/result.log
Ken Sato 6f9fef2b13 procfs: Make /proc/<PID>/mem unwritable
refs: #1177
Change-Id: Ibb319221155547febf9126e05a9e322bd9f140cc
2018-10-26 08:58:31 +00:00

16 lines
403 B
Plaintext

*** CT_001 start *******************************
[OK] mmap device file
anonymous map to 0x2aaaab200000, size:8.00 MB
[OK] 2MB pread
[OK] check read data :0x1111
[OK] 4MB pread
[OK] check read data :0x2222
[OK] 8MB pread
[OK] check read data :0x3333
*** CT_001 PASSED
*** CT_002 start *******************************
[OK] open /proc/<PID>/mem is failed
[OK] errno is EACCES
*** CT_002 PASSED