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
...
|
*
apparmor: sparse fix: add apparmor.h to lib.c
James Morris
2011-09-09
1
-0
/
+1
|
*
apparmor: sparse fix: include ipc.h
James Morris
2011-09-09
1
-0
/
+1
|
*
selinux: sparse fix: declare selinux_disable() in security.h
James Morris
2011-09-09
2
-1
/
+1
|
*
selinux: sparse fix: move selinux_complete_init
James Morris
2011-09-09
2
-1
/
+1
|
*
selinux: sparse fix: make selinux_secmark_refcount static
James Morris
2011-09-09
1
-1
/
+1
|
*
apparmor: sparse fix: make aa_create_aafs static
James Morris
2011-09-09
1
-1
/
+1
|
*
integrity: sparse fix: move iint_initialized to integrity.h
James Morris
2011-09-09
2
-1
/
+3
|
*
TOMOYO: Fix incorrect enforce mode.
Tetsuo Handa
2011-09-09
1
-1
/
+2
|
*
KEYS: Correctly destroy key payloads when their keytype is removed
David Howells
2011-08-23
3
-208
/
+258
|
*
KEYS: The dead key link reaper should be non-reentrant
David Howells
2011-08-23
1
-3
/
+3
|
*
KEYS: Make the key reaper non-reentrant
David Howells
2011-08-23
1
-1
/
+1
|
*
KEYS: Move the unreferenced key reaper to the keys garbage collector file
David Howells
2011-08-23
3
-76
/
+85
|
*
KEYS: __key_link() should use the RCU deref wrapper for keyring payloads
David Howells
2011-08-23
1
-2
/
+1
|
*
KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag set
David Howells
2011-08-23
1
-2
/
+12
|
*
KEYS: If install_session_keyring() is given a keyring, it should install it
David Howells
2011-08-23
1
-1
/
+1
|
*
evm: add Kconfig TCG_TPM dependency
Mimi Zohar
2011-08-18
1
-1
/
+1
|
*
tomoyo: remove tomoyo_gc_thread()->daemonize()
Oleg Nesterov
2011-08-17
1
-1
/
+1
|
*
capabilities: initialize has_cap
Serge Hallyn
2011-08-16
1
-1
/
+1
|
*
capabilities: do not grant full privs for setuid w/ file caps + no effective ...
Zhi Li
2011-08-12
1
-6
/
+10
|
*
evm: fix evm_inode_init_security return code
Mimi Zohar
2011-08-11
1
-1
/
+1
|
*
EVM: ensure trusted and encypted key symbols are available to EVM
James Morris
2011-08-09
1
-1
/
+3
|
*
Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...
James Morris
2011-08-09
19
-209
/
+1089
|
|
\
|
|
*
evm: add evm_inode_setattr to prevent updating an invalid security.evm
Mimi Zohar
2011-07-18
2
-1
/
+21
|
|
*
evm: permit only valid security.evm xattrs to be updated
Mimi Zohar
2011-07-18
1
-14
/
+63
|
|
*
evm: replace hmac_status with evm_status
Dmitry Kasatkin
2011-07-18
3
-9
/
+9
|
|
*
evm: evm_verify_hmac must not return INTEGRITY_UNKNOWN
Dmitry Kasatkin
2011-07-18
1
-6
/
+5
|
|
*
evm: additional parameter to pass integrity cache entry 'iint'
Dmitry Kasatkin
2011-07-18
1
-10
/
+8
|
|
*
evm: crypto hash replaced by shash
Dmitry Kasatkin
2011-07-18
3
-45
/
+57
|
|
*
evm: call evm_inode_init_security from security_inode_init_security
Mimi Zohar
2011-07-18
1
-6
/
+12
|
|
*
evm: add evm_inode_init_security to initialize new files
Mimi Zohar
2011-07-18
3
-0
/
+61
|
|
*
security: imbed evm calls in security hooks
Mimi Zohar
2011-07-18
2
-2
/
+15
|
|
*
evm: add support for different security.evm data types
Dmitry Kasatkin
2011-07-18
3
-9
/
+23
|
|
*
evm: re-release
Mimi Zohar
2011-07-18
10
-1
/
+632
|
|
*
integrity: move ima inode integrity data management
Mimi Zohar
2011-07-18
13
-203
/
+247
|
|
*
security: new security_inode_init_security API adds function callback
Mimi Zohar
2011-07-18
1
-3
/
+36
*
|
|
bluetooth: Properly clone LSM attributes to newly created child connections
Paul Moore
2011-10-18
1
-0
/
+1
*
|
|
TOMOYO: Fix incomplete read of /sys/kernel/security/tomoyo/profile
Tetsuo Handa
2011-08-08
1
-1
/
+4
|
/
/
*
|
doc: Update the email address for Paul Moore in various source files
Paul Moore
2011-08-01
16
-16
/
+16
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2011-07-27
24
-2647
/
+5954
|
\
\
|
|
/
|
*
TOMOYO: Update kernel-doc.
Tetsuo Handa
2011-07-14
13
-62
/
+269
|
*
TOMOYO: Enable conditional ACL.
Tetsuo Handa
2011-07-11
5
-33
/
+80
|
*
TOMOYO: Allow using argv[]/envp[] of execve() as conditions.
Tetsuo Handa
2011-07-11
6
-10
/
+589
|
*
TOMOYO: Allow using executable's realpath and symlink's target as conditions.
Tetsuo Handa
2011-07-11
5
-4
/
+228
|
*
TOMOYO: Allow using owner/group etc. of file objects as conditions.
Tetsuo Handa
2011-07-11
4
-0
/
+457
|
*
TOMOYO: Allow using UID/GID etc. of current thread as conditions.
Tetsuo Handa
2011-07-11
8
-37
/
+651
|
*
TOMOYO: Remove /sys/kernel/security/tomoyo/.domain_status interface.
Tetsuo Handa
2011-07-08
3
-76
/
+0
|
*
TOMOYO: Fix wrong domainname in tomoyo_init_log().
Tetsuo Handa
2011-07-01
1
-1
/
+1
|
*
TOMOYO: Cleanup header file.
Tetsuo Handa
2011-06-30
1
-117
/
+96
|
*
TOMOYO: Fix build error with CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER=y .
Tetsuo Handa
2011-06-30
1
-0
/
+2
|
*
Merge branch 'for-security' of git://git.kernel.org/pub/scm/linux/kernel/git/...
James Morris
2011-06-30
2
-2
/
+2
|
|
\
[prev]
[next]