Linux Kernel
3.7.1
|
#include <context.h>
Data Fields | |
struct aa_profile * | profile |
struct aa_profile * | onexec |
struct aa_profile * | previous |
u64 | token |
struct aa_task_cxt - primary label for confined tasks : the current profile (NOT NULL) : profile to transition to on next exec (MAYBE NULL) : profile the task may return to (MAYBE NULL) : magic value the task must know for returning to
Contains the task's current profile (which could change due to change_hat). Plus the hat_magic needed during change_hat.
TODO: make so a task can be confined by a stack of contexts
struct aa_profile* onexec |
struct aa_profile* previous |
struct aa_profile* profile |