mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
25 lines
977 B
Plaintext
25 lines
977 B
Plaintext
|
|
QA output created by 369
|
||
|
|
--- runas -u 99 -g 99 rm -f d1/f d1/g
|
||
|
|
rm: cannot remove 'd1/f': Permission denied
|
||
|
|
rm: cannot remove 'd1/g': Permission denied
|
||
|
|
--- runas -u 99 -g 99 rm -f d2/f s2/f
|
||
|
|
--- runas -u 99 -g 99 rm -f d3/f s3/f
|
||
|
|
rm: cannot remove 's3/f': Operation not permitted
|
||
|
|
--- runas -u 99 -g 99 rm -f d4/f s4/f
|
||
|
|
rm: cannot remove 'd4/f': Permission denied
|
||
|
|
rm: cannot remove 's4/f': Permission denied
|
||
|
|
--- runas -u 99 -g 99 rm -f d5/f s5/f
|
||
|
|
rm: cannot remove 'd5/f': Permission denied
|
||
|
|
rm: cannot remove 's5/f': Permission denied
|
||
|
|
--- runas -u 99 -g 99 rm -f d6/f s6/f
|
||
|
|
rm: cannot remove 's6/f': Operation not permitted
|
||
|
|
--- runas -u 99 -g 99 rm -f d7/f s7/f
|
||
|
|
--- runas -u 99 -g 99 touch h
|
||
|
|
--- runas -u 99 -g 99 mv -f h d7/
|
||
|
|
mv: cannot move 'h' to 'd7/h': Permission denied
|
||
|
|
--- runas -u 99 -g 99 mv -f h s7/
|
||
|
|
mv: cannot move 'h' to 's7/h': Permission denied
|
||
|
|
--- runas -u 99 -g 99 rm -f d7/g s7/g
|
||
|
|
rm: cannot remove 'd7/g': Permission denied
|
||
|
|
rm: cannot remove 's7/g': Permission denied
|