mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
3ee5349e21
process doesn't have FSETID and SETFCAP capabilities. This is an IRIX only test. This will check that pv#901019 changes are not stuffing up what the code was supposed to do. removal of file caps on write test - pv#901019
13 lines
244 B
Plaintext
13 lines
244 B
Plaintext
QA output created by 093
|
|
|
|
touch file
|
|
chcap on file
|
|
ls -P on file
|
|
TESTDIR/093.file [all= CAP_CHOWN+p]
|
|
append to file as root
|
|
ls -P on file
|
|
TESTDIR/093.file [all= CAP_CHOWN+p]
|
|
append to file as user without caps
|
|
ls -P on file
|
|
TESTDIR/093.file []
|