Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120733
b: refs/heads/master
c: 1bfdc75
h: refs/heads/master
i:
  120731: 182d07d
v: v3
  • Loading branch information
David Howells authored and James Morris committed Nov 13, 2008
1 parent 0a3e9d9 commit 9293a35
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3b11a1decef07c19443d24ae926982bc8ec9f4c0
refs/heads/master: 1bfdc75ae077d60a01572a7781ec6264d55ab1b9
2 changes: 2 additions & 0 deletions trunk/security/selinux/include/av_perm_to_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,5 @@
S_(SECCLASS_DCCP_SOCKET, DCCP_SOCKET__NAME_CONNECT, "name_connect")
S_(SECCLASS_MEMPROTECT, MEMPROTECT__MMAP_ZERO, "mmap_zero")
S_(SECCLASS_PEER, PEER__RECV, "recv")
S_(SECCLASS_KERNEL_SERVICE, KERNEL_SERVICE__USE_AS_OVERRIDE, "use_as_override")
S_(SECCLASS_KERNEL_SERVICE, KERNEL_SERVICE__CREATE_FILES_AS, "create_files_as")
2 changes: 2 additions & 0 deletions trunk/security/selinux/include/av_permissions.h
Original file line number Diff line number Diff line change
Expand Up @@ -841,3 +841,5 @@
#define DCCP_SOCKET__NAME_CONNECT 0x00800000UL
#define MEMPROTECT__MMAP_ZERO 0x00000001UL
#define PEER__RECV 0x00000001UL
#define KERNEL_SERVICE__USE_AS_OVERRIDE 0x00000001UL
#define KERNEL_SERVICE__CREATE_FILES_AS 0x00000002UL
5 changes: 5 additions & 0 deletions trunk/security/selinux/include/class_to_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,8 @@
S_(NULL)
S_("peer")
S_("capability2")
S_(NULL)
S_(NULL)
S_(NULL)
S_(NULL)
S_("kernel_service")
1 change: 1 addition & 0 deletions trunk/security/selinux/include/flask.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
#define SECCLASS_MEMPROTECT 61
#define SECCLASS_PEER 68
#define SECCLASS_CAPABILITY2 69
#define SECCLASS_KERNEL_SERVICE 74

/*
* Security identifier indices for initial entities
Expand Down

0 comments on commit 9293a35

Please sign in to comment.