Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
aa_file_rules Struct Reference

#include <file.h>

Data Fields

unsigned int start
 
struct aa_dfadfa
 
struct aa_domain trans
 

Detailed Description

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.

Definition at line 162 of file file.h.

Field Documentation

struct aa_dfa* dfa

Definition at line 164 of file file.h.

unsigned int start

Definition at line 163 of file file.h.

Definition at line 166 of file file.h.


The documentation for this struct was generated from the following file: