Replies: 1 comment
-
I am all for making the Docs clearer. Lets figure out what the best way is to present this info. Lets start by clarifying the "scope" maps as I understand it:
So it is very situational who can access what. But in general, everything with root access can access all maps. Users/processes without root can only access what is given to them.
I avoid using that term when I can help it to avoid confusion with "global data" or "global variables". In eBPF this typically refers to the usage of a C global variable. These get turned into accesses into an
Different variables have different lifetimes. A context such as a I hope that helps to clarify things in general. So, now the question, which bits of info do we put on which pages. |
Beta Was this translation helpful? Give feedback.
-
I do not find documentation about the scope of maps. Would it make sense to add it?
Some sections, like Maps in the Introduction, give some information about it:
But:
This information is very relevant with respect to security, confidentiality, privacy,...
Beta Was this translation helpful? Give feedback.
All reactions