mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
15 lines
331 B
Plaintext
15 lines
331 B
Plaintext
|
|
QA output created by 355
|
||
|
|
Check that suid/sgid bits are cleared after direct write
|
||
|
|
== with no exec perm
|
||
|
|
before: -rwSr-Sr--
|
||
|
|
after: -rw-r-Sr--
|
||
|
|
== with user exec perm
|
||
|
|
before: -rwsr-Sr--
|
||
|
|
after: -rwxr-Sr--
|
||
|
|
== with group exec perm
|
||
|
|
before: -rwSr-sr--
|
||
|
|
after: -rw-r-xr--
|
||
|
|
== with user+group exec perm
|
||
|
|
before: -rwsr-sr--
|
||
|
|
after: -rwxr-xr--
|