match.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) match.h (15756178c6a65b261a080e21af4766f59cafc112)
1/*
2 * AppArmor security module
3 *
4 * This file contains AppArmor policy dfa matching engine definitions.
5 *
6 * Copyright (C) 1998-2008 Novell/SUSE
7 * Copyright 2009-2012 Canonical Ltd.
8 *

--- 48 unchanged lines hidden (view full) ---

57#define YYTD_ID_BASE 1
58#define YYTD_ID_CHK 2
59#define YYTD_ID_DEF 3
60#define YYTD_ID_EC 4
61#define YYTD_ID_META 5
62#define YYTD_ID_ACCEPT2 6
63#define YYTD_ID_NXT 7
64#define YYTD_ID_TSIZE 8
1/*
2 * AppArmor security module
3 *
4 * This file contains AppArmor policy dfa matching engine definitions.
5 *
6 * Copyright (C) 1998-2008 Novell/SUSE
7 * Copyright 2009-2012 Canonical Ltd.
8 *

--- 48 unchanged lines hidden (view full) ---

57#define YYTD_ID_BASE 1
58#define YYTD_ID_CHK 2
59#define YYTD_ID_DEF 3
60#define YYTD_ID_EC 4
61#define YYTD_ID_META 5
62#define YYTD_ID_ACCEPT2 6
63#define YYTD_ID_NXT 7
64#define YYTD_ID_TSIZE 8
65#define YYTD_ID_MAX 8
65
66#define YYTD_DATA8 1
67#define YYTD_DATA16 2
68#define YYTD_DATA32 4
69#define YYTD_DATA64 8
70
71/* ACCEPT & ACCEPT2 tables gets 6 dedicated flags, YYTD_DATAX define the
72 * first flags

--- 69 unchanged lines hidden ---
66
67#define YYTD_DATA8 1
68#define YYTD_DATA16 2
69#define YYTD_DATA32 4
70#define YYTD_DATA64 8
71
72/* ACCEPT & ACCEPT2 tables gets 6 dedicated flags, YYTD_DATAX define the
73 * first flags

--- 69 unchanged lines hidden ---