Linux Kernel
3.7.1
|
#include <file.h>
Data Fields | |
unsigned int | start |
struct aa_dfa * | dfa |
struct aa_domain | trans |
struct aa_file_rules - components used for file rule permissions : dfa to match path names and conditionals against : permission table indexed by the matched state accept entry of : transition table for indexed by named x transitions
File permission are determined by matching a path against and then then using the value of the accept entry for the matching state as an index into . If a named exec transition is required it is looked up in the transition table.