github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/sys/linux/test/caps (about)

     1  # Ensure that test processes don't have capabilities to do dangerious things,
     2  # see drop_caps function in executor for details.
     3  # requires: -sandbox=
     4  
     5  ptrace(0x10, 0x1)	# EPERM
     6  sched_setattr(0x0, &AUTO={AUTO, 0x6, 0x0, 0x0, 0x0, 0x8000000009917, 0x400000000000fffd, 0x0, 0x0, 0x0}, 0x0)	# EPERM
     7  sched_setattr(0x0, &AUTO={AUTO, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0)	# EPERM
     8  sched_setattr(0x0, &AUTO={AUTO, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0)