commit | 41bab6e360d86da48dd6ab8ebab6decf79bc4c39 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Sat Oct 14 14:42:23 2017 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Oct 16 16:16:28 2017 -0700 |
tree | 4ad48506bf498177ab052a7fe3a027b658cc110c | |
parent | 04caa679c9641f0f09576adbb47f061dd1100af1 [diff] |
userspace: restrict k_object_access_all_grant() This is too powerful for user mode, the other access APIs require explicit permissions on the threads that are being granted access. The API is no longer exposed as a system call and hence will only be usable by supervisor threads. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>