Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264516
b: refs/heads/master
c: 4892722
h: refs/heads/master
v: v3
  • Loading branch information
James Morris committed Sep 9, 2011
1 parent 538b08e commit 17bdaee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc9ff9b7e3eaff3f49bc0fbbddfc1416212e888a
refs/heads/master: 4892722e06694fda1928bac4aa5af5505bd26a4c
1 change: 0 additions & 1 deletion trunk/security/integrity/ima/ima.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ enum tpm_pcrs { TPM_PCR0 = 0, TPM_PCR8 = 8 };
#define IMA_MEASURE_HTABLE_SIZE (1 << IMA_HASH_BITS)

/* set during initialization */
extern int iint_initialized;
extern int ima_initialized;
extern int ima_used_chip;
extern char *ima_hash;
Expand Down
3 changes: 3 additions & 0 deletions trunk/security/integrity/integrity.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ struct integrity_iint_cache {
*/
struct integrity_iint_cache *integrity_iint_insert(struct inode *inode);
struct integrity_iint_cache *integrity_iint_find(struct inode *inode);

/* set during initialization */
extern int iint_initialized;

0 comments on commit 17bdaee

Please sign in to comment.