Tyler Hicks
2b7ea5b5b5
seccomp: Selftest for detection of filter flag support
...
Userspace needs to be able to reliably detect the support of a filter
flag. A good way of doing that is by attempting to enter filter mode,
with the flag bit(s) in question set, and a NULL pointer for the args
parameter of seccomp(2). EFAULT indicates that the flag is valid and
EINVAL indicates that the flag is invalid.
This patch adds a selftest that can be used to test this method of
detection in userspace.
Signed-off-by: Tyler Hicks <tyhicks@canonical.com >
Signed-off-by: Kees Cook <keescook@chromium.org >
2017-08-14 13:46:46 -07:00
..
2017-07-20 15:20:27 -07:00
2017-06-30 16:16:17 -06:00
2017-06-30 10:06:24 -06:00
2016-02-25 09:47:52 -07:00
2017-04-27 08:42:18 -06:00
2017-02-13 20:45:21 +00:00
2017-01-05 13:41:35 -07:00
2017-01-05 13:42:22 -07:00
2016-09-20 09:09:00 -06:00
2017-02-22 11:44:32 -08:00
2017-07-13 13:17:19 -07:00
2017-06-07 10:07:21 -06:00
2017-04-25 09:49:50 -06:00
2016-09-20 09:58:12 -06:00
2017-06-30 10:06:24 -06:00
2017-01-11 09:51:03 -07:00
2017-01-05 13:42:22 -07:00
2017-07-14 15:05:13 -07:00
2017-06-23 09:41:53 -06:00
2017-01-14 11:37:17 +01:00
2016-07-26 09:59:30 -06:00
2017-06-30 16:16:23 -06:00
2017-06-23 13:35:00 -06:00
2017-06-30 10:06:23 -06:00
2017-01-05 13:42:01 -07:00
2017-01-05 13:41:35 -07:00
2017-06-23 13:35:15 -06:00
2016-09-20 09:59:50 -06:00
2017-01-05 13:41:35 -07:00
2017-07-06 11:30:06 -04:00
2017-06-05 16:55:01 +10:00
2016-09-20 09:09:09 -06:00
2017-01-05 13:42:17 -07:00
2016-09-20 09:54:38 -06:00
2017-01-05 13:41:35 -07:00
2017-06-08 18:52:45 -07:00
2017-08-14 13:46:46 -07:00
2017-02-27 18:43:45 -08:00
2017-06-14 18:23:27 -06:00
2017-04-27 08:05:04 -06:00
2016-02-25 09:47:52 -07:00
2017-06-07 10:07:21 -06:00
2017-07-12 16:26:00 -07:00
2017-06-20 13:15:10 -04:00
2017-07-13 12:15:06 -07:00
2016-02-25 09:47:52 -07:00
2016-09-20 09:58:04 -06:00
2017-06-07 10:07:21 -06:00
2017-05-02 10:48:24 -06:00
2017-05-08 20:43:30 -07:00
2017-01-05 13:42:17 -07:00
2017-04-25 09:49:38 -06:00
2015-03-24 08:43:19 -06:00
2017-06-07 10:07:22 -06:00
2015-03-24 08:43:05 -06:00
2017-06-30 16:15:04 -06:00
2017-04-25 09:46:45 -06:00
2017-04-21 11:24:58 -06:00