diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-18 17:34:36 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-18 17:34:36 +0100 |
| commit | 79b211f74b08737aeb4934c6ff69a263b3c38013 (patch) | |
| tree | 4ce7bb5e1586f9b98fc5d64b7af04ef10b7aa024 /sys/linux | |
| parent | 52395b6ee8e4f6c0f2b7816547870fc18e6c0b8a (diff) | |
sys/linux: fix caps test for new descriptions
Diffstat (limited to 'sys/linux')
| -rw-r--r-- | sys/linux/test/caps | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/linux/test/caps b/sys/linux/test/caps index 6f580210e..e824fe3e0 100644 --- a/sys/linux/test/caps +++ b/sys/linux/test/caps @@ -3,6 +3,6 @@ # requires: -sandbox= ptrace(0x10, 0x1) # EPERM -sched_setattr(0x0, &AUTO={AUTO, 0x6, 0x0, 0x0, 0x0, 0x8000000009917, 0x400000000000fffd, 0x0}, 0x0) # EPERM -sched_setattr(0x0, &AUTO={AUTO, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0}, 0x0) # EPERM -sched_setattr(0x0, &AUTO={AUTO, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0}, 0x0) +sched_setattr(0x0, &AUTO={AUTO, 0x6, 0x0, 0x0, 0x0, 0x8000000009917, 0x400000000000fffd, 0x0, 0x0, 0x0}, 0x0) # EPERM +sched_setattr(0x0, &AUTO={AUTO, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0) # EPERM +sched_setattr(0x0, &AUTO={AUTO, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0) |
