Skip to content
Commit 47f8fd1d authored by Andrew Boie's avatar Andrew Boie Committed by Andrew Boie
Browse files

kernel: add K_INHERIT_PERMS flag



By default, threads are created only having access to their own thread
object and nothing else. This new flag to k_thread_create() gives the
thread access to all objects that the parent had at the time it was
created, with the exception of the parent thread itself.

Signed-off-by: default avatarAndrew Boie <andrew.p.boie@intel.com>
parent 7c1971ed
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment