commit | a89bf01192232c4e8c5536b99c10deeabd4d6a79 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Mon Oct 09 14:47:55 2017 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Fri Oct 13 15:08:40 2017 -0700 |
tree | 6d229305142d0934b27fdeb1f0510ebe10b54392 | |
parent | da4024b1f7294e0d7d515426bafdd3fbaf8d189f [diff] |
kernel: add k_object_access_revoke() system call Does the opposite of k_object_access_grant(); the provided thread will lose access to that kernel object. If invoked from userspace the caller must hace sufficient access to that object and permission on the thread being revoked access. Fix documentation for k_object_access_grant() API to reflect that permission on the thread parameter is needed as well. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>