integrity.h (d906c10d8a31654cb9167c9a2ebc7d3e43820bad) integrity.h (9e67028e76514a8ee279d7d006dfb8069b5115ab)
1/*
2 * Copyright (C) 2009-2010 IBM Corporation
3 *
4 * Authors:
5 * Mimi Zohar <zohar@us.ibm.com>
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as

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

30
31/* iint cache flags */
32#define IMA_ACTION_FLAGS 0xff000000
33#define IMA_ACTION_RULE_FLAGS 0x06000000
34#define IMA_DIGSIG_REQUIRED 0x01000000
35#define IMA_PERMIT_DIRECTIO 0x02000000
36#define IMA_NEW_FILE 0x04000000
37#define EVM_IMMUTABLE_DIGSIG 0x08000000
1/*
2 * Copyright (C) 2009-2010 IBM Corporation
3 *
4 * Authors:
5 * Mimi Zohar <zohar@us.ibm.com>
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as

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

30
31/* iint cache flags */
32#define IMA_ACTION_FLAGS 0xff000000
33#define IMA_ACTION_RULE_FLAGS 0x06000000
34#define IMA_DIGSIG_REQUIRED 0x01000000
35#define IMA_PERMIT_DIRECTIO 0x02000000
36#define IMA_NEW_FILE 0x04000000
37#define EVM_IMMUTABLE_DIGSIG 0x08000000
38#define IMA_FAIL_UNVERIFIABLE_SIGS 0x10000000
38
39#define IMA_DO_MASK (IMA_MEASURE | IMA_APPRAISE | IMA_AUDIT | \
40 IMA_HASH | IMA_APPRAISE_SUBMASK)
41#define IMA_DONE_MASK (IMA_MEASURED | IMA_APPRAISED | IMA_AUDITED | \
42 IMA_HASHED | IMA_COLLECTED | \
43 IMA_APPRAISED_SUBMASK)
44
45/* iint subaction appraise cache flags */

--- 162 unchanged lines hidden ---
39
40#define IMA_DO_MASK (IMA_MEASURE | IMA_APPRAISE | IMA_AUDIT | \
41 IMA_HASH | IMA_APPRAISE_SUBMASK)
42#define IMA_DONE_MASK (IMA_MEASURED | IMA_APPRAISED | IMA_AUDITED | \
43 IMA_HASHED | IMA_COLLECTED | \
44 IMA_APPRAISED_SUBMASK)
45
46/* iint subaction appraise cache flags */

--- 162 unchanged lines hidden ---