diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-08-08 19:55:34 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-08-09 16:05:46 +0200 |
| commit | acf31536e9e570b2a5ee11a7818c96e4d177c808 (patch) | |
| tree | d70ccf562c270bd4529bf0e5d16c6e7923c5447f /sys/linux/test/file_immutable | |
| parent | 23b45a752503bd94a83d78ada7d19576d5f95a7d (diff) | |
executor: clean up immutable dirs
Turns out dirs can be immutable too.
Update #650
Diffstat (limited to 'sys/linux/test/file_immutable')
| -rw-r--r-- | sys/linux/test/file_immutable | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/linux/test/file_immutable b/sys/linux/test/file_immutable index 8c22eb857..e6a18240b 100644 --- a/sys/linux/test/file_immutable +++ b/sys/linux/test/file_immutable @@ -5,3 +5,6 @@ r0 = openat(0xffffffffffffff9c, &(0x7f0000000000)='./file0\x00', 0x26e1, 0x0) ioctl$FS_IOC_FSSETXATTR(r0, 0x40086602, &(0x7f0000000100)={0x17e}) +mkdirat(0xffffffffffffff9c, &(0x7f0000000200)='./file1\x00', 0x1ff) +r1 = openat(0xffffffffffffff9c, &(0x7f0000000300)='./file1\x00', 0x0, 0x0) +ioctl$FS_IOC_FSSETXATTR(r1, 0x40086602, &(0x7f0000000100)={0x17e}) |
