commit | 336bcfa471749bd421a5c27de2677679a992edb1 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Thu Jun 18 19:05:12 2020 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jul 29 08:13:22 2020 -0400 |
tree | 6e559139ac23d40ff441e55f7682bdd8dae046e7 | |
parent | bfa08cd04dbbdd62bb1e43d8da4d5056f4836820 [diff] |
net: if: Make sure only allowed threads can access syscalls Make sure that only those threads that have been granted access to net_if objects, can call the functions that modify net_if data. The CONFIG_NET_IF_USERSPACE_ACCESS config option is also removed as it is no longer needed after this change. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>