index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
Commit message (
Expand
)
Author
Age
Files
Lines
*
LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODE
Eric Paris
2011-04-25
5
-68
/
+74
*
SELINUX: Make selinux cache VFS RCU walks safe
Eric Paris
2011-04-25
3
-25
/
+55
*
SECURITY: Move exec_permission RCU checks into security modules
Andi Kleen
2011-04-25
4
-7
/
+13
*
SELinux: security_read_policy should take a size_t not ssize_t
Eric Paris
2011-04-25
2
-2
/
+2
*
SELinux: silence build warning when !CONFIG_BUG
Eric Paris
2011-04-25
2
-0
/
+3
*
SELinux: delete debugging printks from filename_trans rule processing
Eric Paris
2011-04-20
1
-4
/
+0
*
Initialize policydb.process_class eariler.
Harry Ciao
2011-04-07
1
-5
/
+5
*
selinux: Fix regression for Xorg
Stephen Smalley
2011-04-07
1
-1
/
+1
*
selinux: add type_transition with name extension support for selinuxfs
Kohei Kaigai
2011-04-01
3
-12
/
+25
*
SELinux: Write class field in role_trans_write.
Harry Ciao
2011-03-28
1
-2
/
+9
*
SELinux: Compute role in newcontext for all classes
Harry Ciao
2011-03-28
1
-11
/
+9
*
SELinux: Add class support to the role_trans structure
Harry Ciao
2011-03-28
3
-2
/
+18
*
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
James Morris
2011-03-08
13
-216
/
+434
|
\
|
*
SELinux: implement the new sb_remount LSM hook
Eric Paris
2011-03-03
1
-0
/
+86
|
*
LSM: Pass -o remount options to the LSM
Eric Paris
2011-03-03
2
-0
/
+11
|
*
SELinux: Compute SID for the newly created socket
Harry Ciao
2011-03-03
1
-6
/
+21
|
*
SELinux: Socket retains creator role and MLS attribute
Harry Ciao
2011-03-03
3
-7
/
+29
|
*
SELinux: Auto-generate security_is_socket_class
Harry Ciao
2011-03-03
1
-0
/
+4
|
*
Revert "selinux: simplify ioctl checking"
Eric Paris
2011-02-25
1
-8
/
+42
|
*
selinux: drop unused packet flow permissions
Eric Paris
2011-02-25
1
-2
/
+1
|
*
selinux: Fix packet forwarding checks on postrouting
Steffen Klassert
2011-02-25
1
-18
/
+5
|
*
selinux: Fix wrong checks for selinux_policycap_netpeer
Steffen Klassert
2011-02-25
1
-18
/
+6
|
*
selinux: Fix check for xfrm selinux context algorithm
Steffen Klassert
2011-02-25
1
-1
/
+1
|
*
security: remove unused security_sysctl hook
Lucian Adrian Grijincu
2011-02-01
2
-11
/
+0
|
*
security/selinux: fix /proc/sys/ labeling
Lucian Adrian Grijincu
2011-02-01
1
-102
/
+18
|
*
SELinux: Use dentry name in new object labeling
Eric Paris
2011-02-01
6
-37
/
+197
|
*
fs/vfs/security: pass last path component to LSM on inode creation
Eric Paris
2011-02-01
4
-6
/
+13
*
|
KEYS: Add an iovec version of KEYCTL_INSTANTIATE
David Howells
2011-03-08
3
-7
/
+150
*
|
KEYS: Add a new keyctl op to reject a key with a specified error code
David Howells
2011-03-08
6
-13
/
+56
*
|
KEYS: Add a key type op to permit the key description to be vetted
David Howells
2011-03-08
1
-0
/
+8
*
|
KEYS: Add an RCU payload dereference macro
David Howells
2011-03-08
3
-6
/
+3
*
|
Merge branch 'master'; commit 'v2.6.38-rc7' into next
James Morris
2011-03-08
24
-671
/
+930
|
\
\
|
*
|
security: add cred argument to security_capable()
Chris Wright
2011-02-11
1
-3
/
+2
|
*
|
CRED: Fix BUG() upon security_cred_alloc_blank() failure
Tetsuo Handa
2011-02-07
1
-1
/
+5
|
*
|
KEYS: Fix __key_link_end() quota fixup on error
David Howells
2011-01-26
4
-20
/
+27
|
*
|
selinux: return -ENOMEM when memory allocation fails
Davidlohr Bueso
2011-01-24
2
-3
/
+3
|
*
|
trusted keys: Fix a memory leak in trusted_update().
Jesper Juhl
2011-01-24
1
-0
/
+1
|
*
|
encrypted-keys: rename encrypted_defined files to encrypted
Mimi Zohar
2011-01-24
3
-2
/
+3
|
*
|
trusted-keys: rename trusted_defined files to trusted
Mimi Zohar
2011-01-24
3
-2
/
+2
|
*
|
KEYS: Fix up comments in key management code
David Howells
2011-01-21
11
-366
/
+777
|
*
|
KEYS: Do some style cleanup in the key management code.
David Howells
2011-01-21
10
-248
/
+80
|
*
|
trusted-keys: avoid scattring va_end()
Tetsuo Handa
2011-01-19
1
-17
/
+13
|
*
|
trusted-keys: check for NULL before using it
Tetsuo Handa
2011-01-19
1
-0
/
+5
|
*
|
trusted-keys: another free memory bugfix
Tetsuo Handa
2011-01-19
1
-3
/
+5
|
*
|
trusted-keys: free memory bugfix
Mimi Zohar
2011-01-14
1
-5
/
+7
|
*
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2011-01-13
1
-1
/
+1
|
|
\
\
|
|
*
\
Merge branch 'master' into for-next
Jiri Kosina
2010-12-22
8
-35
/
+27
|
|
|
\
\
|
|
*
|
|
tree-wide: fix comment/printk typos
Uwe Kleine-König
2010-11-01
1
-1
/
+1
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2011-01-10
21
-1061
/
+3611
|
|
\
\
\
\
|
*
|
|
|
|
headers: kobject.h redux
Alexey Dobriyan
2011-01-10
1
-0
/
+1
[next]