Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235086
b: refs/heads/master
c: db904aa
h: refs/heads/master
v: v3
  • Loading branch information
Shan Wei authored and Casey Schaufler committed Feb 10, 2011
1 parent 739a785 commit f23f6c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 0e0a070d3a47d279de66e08244769556deae2eee
refs/heads/master: db904aa8147440b750a35d58befed38155a1abb9
8 changes: 0 additions & 8 deletions trunk/security/smack/smack.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,6 @@ struct smack_known {
*/
#define SMACK_MAGIC 0x43415d53 /* "SMAC" */

/*
* A limit on the number of entries in the lists
* makes some of the list administration easier.
*/
#define SMACK_LIST_MAX 10000

/*
* CIPSO defaults.
*/
Expand All @@ -177,9 +171,7 @@ struct smack_known {
/*
* Just to make the common cases easier to deal with
*/
#define MAY_ANY (MAY_READ | MAY_WRITE | MAY_APPEND | MAY_EXEC)
#define MAY_ANYREAD (MAY_READ | MAY_EXEC)
#define MAY_ANYWRITE (MAY_WRITE | MAY_APPEND)
#define MAY_READWRITE (MAY_READ | MAY_WRITE)
#define MAY_NOT 0

Expand Down

0 comments on commit f23f6c0

Please sign in to comment.