[RFC] seccomp: Add extensibility mechanism to read notifications |
|
|
|
2020-06-13 |
Sargun Dhillon |
|
New |
[v3,4/4] selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFD |
|
|
|
2020-06-03 |
Sargun Dhillon |
|
New |
[v3,3/4] seccomp: Introduce addfd ioctl to seccomp user notifier |
|
|
|
2020-06-03 |
Sargun Dhillon |
|
New |
[v3,2/4] pid: Use file_receive helper to copy FDs |
|
|
|
2020-06-03 |
Sargun Dhillon |
|
New |
[v3,1/4] fs, net: Standardize on file_receive helper to move fds across processes |
|
|
|
2020-06-03 |
Sargun Dhillon |
|
New |
[v3] seccomp: Add find_notification helper |
1 |
1 |
|
2020-06-01 |
Sargun Dhillon |
|
New |
[v2,3/3] selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFD |
|
|
|
2020-05-28 |
Sargun Dhillon |
|
New |
[v2,2/3] seccomp: Introduce addfd ioctl to seccomp user notifier |
|
|
1 |
2020-05-28 |
Sargun Dhillon |
|
New |
[v2,1/3] seccomp: Add find_notification helper |
1 |
|
|
2020-05-28 |
Sargun Dhillon |
|
New |
[5/5] selftests/seccomp: Add test for addfd move semantics |
|
|
|
2020-05-24 |
Sargun Dhillon |
|
New |
[4/5] seccomp: Add SECCOMP_ADDFD_FLAG_MOVE flag to add fd ioctl |
|
|
|
2020-05-24 |
Sargun Dhillon |
|
New |
[3/5] selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFD |
|
|
|
2020-05-24 |
Sargun Dhillon |
|
New |
[2/5] seccomp: Introduce addfd ioctl to seccomp user notifier |
|
|
|
2020-05-24 |
Sargun Dhillon |
|
New |
[1/5] seccomp: Add find_notification helper |
|
|
|
2020-05-24 |
Sargun Dhillon |
|
New |
seccomp: Add group_leader pid to seccomp_notif |
|
|
|
2020-05-18 |
Sargun Dhillon |
|
New |
seccomp: Add group_leader pid to seccomp_notif |
|
|
|
2020-05-15 |
Sargun Dhillon |
|
New |
[4/4] selftests/seccomp: test SECCOMP_USER_NOTIF_FLAG_PIDFD |
|
|
|
2020-01-24 |
Sargun Dhillon |
|
New |
[3/4] seccomp: Add SECCOMP_USER_NOTIF_FLAG_PIDFD to get pidfd on listener trap |
|
|
|
2020-01-24 |
Sargun Dhillon |
|
New |
[2/4] fork: Use newly created pidfd_create_file helper |
|
|
|
2020-01-24 |
Sargun Dhillon |
|
New |
[1/4] pid: Add pidfd_create_file helper |
|
|
|
2020-01-24 |
Sargun Dhillon |
|
New |
[v9,4/4] test: Add test for pidfd getfd |
|
|
|
2020-01-07 |
Sargun Dhillon |
|
New |
[v9,3/4] arch: wire up pidfd_getfd syscall |
1 |
1 |
|
2020-01-07 |
Sargun Dhillon |
|
New |
[v9,2/4] pid: Implement pidfd_getfd syscall |
1 |
1 |
|
2020-01-07 |
Sargun Dhillon |
|
New |
[v9,1/4] vfs, fdtable: Add fget_task helper |
1 |
1 |
|
2020-01-07 |
Sargun Dhillon |
|
New |
[v8,3/3] test: Add test for pidfd getfd |
|
|
|
2020-01-03 |
Sargun Dhillon |
|
New |
[v8,2/3] pid: Introduce pidfd_getfd syscall |
1 |
|
|
2020-01-03 |
Sargun Dhillon |
|
New |
[v8,1/3] vfs, fdtable: Add get_task_file helper |
1 |
|
|
2020-01-03 |
Sargun Dhillon |
|
New |
[v7,3/3] test: Add test for pidfd getfd |
|
|
|
2019-12-26 |
Sargun Dhillon |
|
New |
[v7,2/3] pid: Introduce pidfd_getfd syscall |
|
|
|
2019-12-26 |
Sargun Dhillon |
|
New |
[v7,1/3] vfs, fdtable: Add get_task_file helper |
1 |
|
|
2019-12-26 |
Sargun Dhillon |
|
New |
[v6,3/3] test: Add test for pidfd getfd |
|
|
|
2019-12-23 |
Sargun Dhillon |
|
New |
[v6,2/3] pid: Introduce pidfd_getfd syscall |
|
|
|
2019-12-23 |
Sargun Dhillon |
|
New |
[v6,1/3] vfs, fdtable: Add get_task_file helper |
1 |
|
|
2019-12-23 |
Sargun Dhillon |
|
New |
[v5,3/3] test: Add test for pidfd getfd |
|
|
|
2019-12-20 |
Sargun Dhillon |
|
New |
[v5,2/3] pid: Introduce pidfd_getfd syscall |
|
|
|
2019-12-20 |
Sargun Dhillon |
|
New |
[v5,1/3] vfs, fdtable: Add get_task_file helper |
|
|
|
2019-12-20 |
Sargun Dhillon |
|
New |
[v4,5/5] test: Add test for pidfd getfd |
|
|
|
2019-12-18 |
Sargun Dhillon |
|
New |
[v4,4/5] samples: Add example of using pidfd getfd in conjunction with user trap |
|
|
|
2019-12-18 |
Sargun Dhillon |
|
New |
[v4,3/5] samples: split generalized user-trap code into helper file |
|
|
|
2019-12-18 |
Sargun Dhillon |
|
New |
[v4,2/5] pid: Add PIDFD_IOCTL_GETFD to fetch file descriptors from processes |
|
|
|
2019-12-18 |
Sargun Dhillon |
|
New |
[v4,1/5] vfs, fdtable: Add get_task_file helper |
|
|
|
2019-12-18 |
Sargun Dhillon |
|
New |
[v3,1/4] vfs, fdtable: Add get_task_file helper |
|
|
|
2019-12-17 |
Sargun Dhillon |
|
New |
[v3,4/4] samples: Add example of using pidfd getfd in conjunction with user trap |
|
|
|
2019-12-17 |
Sargun Dhillon |
|
New |
[v3,3/4] samples: split generalized user-trap code into helper file |
|
|
|
2019-12-17 |
Sargun Dhillon |
|
New |
[v3,2/4] pid: Add PIDFD_IOCTL_GETFD to fetch file descriptors from processes |
|
|
|
2019-12-17 |
Sargun Dhillon |
|
New |
[v2,4/4] samples: Add example of using PTRACE_GETFD in conjunction with user trap |
|
|
|
2019-12-09 |
Sargun Dhillon |
|
New |
[v2,3/4] samples: split generalized user-trap code into helper file |
|
|
|
2019-12-09 |
Sargun Dhillon |
|
New |
[v2,2/4] ptrace: add PTRACE_GETFD request to fetch file descriptors from tracees |
|
|
|
2019-12-09 |
Sargun Dhillon |
|
New |
[v2,1/4] vfs, fdtable: Add get_task_file helper |
|
|
|
2019-12-09 |
Sargun Dhillon |
|
New |
[RFC] ptrace: add PTRACE_GETFD request |
|
|
|
2019-12-05 |
Sargun Dhillon |
|
New |
[net-next,v3,2/2] bpf: Add eBPF seccomp sample programs |
|
|
|
2018-02-26 |
Sargun Dhillon |
|
New |
[net-next,v3,1/2] bpf, seccomp: Add eBPF filter capabilities |
|
|
|
2018-02-26 |
Sargun Dhillon |
|
New |
[net-next,v2,1/2] bpf, seccomp: Add eBPF filter capabilities |
|
|
|
2018-02-19 |
Sargun Dhillon |
|
New |
[net-next,v2,2/2] bpf: Add eBPF seccomp sample programs |
|
|
|
2018-02-17 |
Sargun Dhillon |
|
New |
[net-next,v2,1/2] bpf, seccomp: Add eBPF filter capabilities |
|
|
|
2018-02-17 |
Sargun Dhillon |
|
New |
[net-next,3/3] bpf: Add eBPF seccomp sample programs |
|
|
|
2018-02-13 |
Sargun Dhillon |
|
New |
[net-next,2/3] seccomp, ptrace: Add a mechanism to retrieve attached eBPF seccomp filters |
|
|
|
2018-02-13 |
Sargun Dhillon |
|
New |
[net-next,1/3] bpf, seccomp: Add eBPF filter capabilities |
|
|
|
2018-02-13 |
Sargun Dhillon |
|
New |