index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
|
SELinux: pass a superblock to security_fs_use
Eric Paris
2013-07-25
3
-15
/
+11
|
|
|
*
|
SELinux: do not handle seclabel as a special flag
Eric Paris
2013-07-25
2
-4
/
+1
|
|
|
*
|
SELinux: change sbsec->behavior to short
Eric Paris
2013-07-25
3
-3
/
+3
|
|
|
*
|
SELinux: renumber the superblock options
Eric Paris
2013-07-25
2
-4
/
+5
|
|
|
*
|
SELinux: do all flags twiddling in one place
Eric Paris
2013-07-25
1
-7
/
+5
|
|
|
*
|
SELinux: rename SE_SBLABELSUPP to SBLABEL_MNT
Eric Paris
2013-07-25
2
-15
/
+15
|
|
|
*
|
SELinux: use define for number of bits in the mnt flags mask
Eric Paris
2013-07-25
1
-1
/
+4
|
|
|
*
|
SELinux: make it harder to get the number of mnt opts wrong
Eric Paris
2013-07-25
1
-2
/
+3
|
|
|
*
|
SELinux: remove crazy contortions around proc
Eric Paris
2013-07-25
1
-1
/
+1
|
|
|
*
|
SELinux: fix selinuxfs policy file on big endian systems
Eric Paris
2013-07-25
1
-2
/
+1
|
|
|
*
|
SELinux: Enable setting security contexts on rootfs inodes.
Stephen Smalley
2013-07-25
1
-0
/
+7
|
|
|
*
|
SELinux: Increase ebitmap_node size for 64-bit configuration
Waiman Long
2013-07-25
1
-1
/
+7
|
|
|
*
|
SELinux: Reduce overhead of mls_level_isvalid() function call
Waiman Long
2013-07-25
4
-19
/
+27
|
|
|
*
|
selinux: remove the BUG_ON() from selinux_skb_xfrm_sid()
Paul Moore
2013-07-25
2
-5
/
+8
|
|
|
*
|
selinux: cleanup the XFRM header
Paul Moore
2013-07-25
1
-14
/
+5
|
|
|
*
|
selinux: cleanup selinux_xfrm_decode_session()
Paul Moore
2013-07-25
1
-11
/
+12
|
|
|
*
|
selinux: cleanup some comment and whitespace issues in the XFRM code
Paul Moore
2013-07-25
1
-13
/
+10
|
|
|
*
|
selinux: cleanup selinux_xfrm_sock_rcv_skb() and selinux_xfrm_postroute_last()
Paul Moore
2013-07-25
2
-60
/
+42
|
|
|
*
|
selinux: cleanup selinux_xfrm_policy_lookup() and selinux_xfrm_state_pol_flow...
Paul Moore
2013-07-25
1
-36
/
+18
|
|
|
*
|
selinux: cleanup and consolidate the XFRM alloc/clone/delete/free code
Paul Moore
2013-07-25
1
-31
/
+40
|
|
|
*
|
lsm: split the xfrm_state_alloc_security() hook implementation
Paul Moore
2013-07-25
5
-124
/
+110
|
*
|
|
|
KEYS: initialize root uid and session keyrings early
Mimi Zohar
2013-09-25
1
-0
/
+10
|
*
|
|
|
KEYS: Add a 'trusted' flag and a 'trusted only' flag
David Howells
2013-09-25
2
-0
/
+12
|
*
|
|
|
KEYS: Add per-user_namespace registers for persistent per-UID kerberos caches
David Howells
2013-09-24
7
-0
/
+213
|
*
|
|
|
KEYS: Implement a big key type that can save to tmpfs
David Howells
2013-09-24
3
-0
/
+216
|
*
|
|
|
KEYS: Expand the capacity of a keyring
David Howells
2013-09-24
6
-742
/
+792
|
*
|
|
|
KEYS: Drop the permissions argument from __keyring_search_one()
David Howells
2013-09-24
3
-9
/
+5
|
*
|
|
|
KEYS: Define a __key_get() wrapper to use rather than atomic_inc()
David Howells
2013-09-24
3
-12
/
+12
|
*
|
|
|
KEYS: Search for auth-key by name rather than target key ID
David Howells
2013-09-24
1
-14
/
+7
|
*
|
|
|
KEYS: Introduce a search context structure
David Howells
2013-09-24
7
-158
/
+174
|
*
|
|
|
KEYS: Consolidate the concept of an 'index key' for key access
David Howells
2013-09-24
4
-62
/
+67
|
*
|
|
|
KEYS: key_is_dead() should take a const key pointer argument
David Howells
2013-09-24
1
-1
/
+1
|
*
|
|
|
KEYS: Use bool in make_key_ref() and is_key_possessed()
David Howells
2013-09-24
1
-2
/
+3
|
*
|
|
|
KEYS: Skip key state checks when checking for possession
David Howells
2013-09-24
4
-6
/
+11
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
security: remove erroneous comment about capabilities.o link ordering
Eric Paris
2013-09-24
1
-1
/
+0
*
|
|
|
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
2013-11-21
2
-1
/
+4
|
\
\
\
\
|
*
|
|
|
audit: suppress stock memalloc failure warnings since already managed
Richard Guy Briggs
2013-11-05
1
-1
/
+2
|
*
|
|
|
selinux: apply selinux checks on new audit message types
Eric Paris
2013-11-05
1
-0
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2013-11-13
2
-9
/
+10
|
\
\
\
\
|
*
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-10-23
5
-30
/
+17
|
|
\
\
\
\
|
*
|
|
|
|
netfilter: pass hook ops to hookfn
Patrick McHardy
2013-10-14
1
-5
/
+5
|
*
|
|
|
|
net: fix build errors if ipv6 is disabled
Eric Dumazet
2013-10-09
1
-0
/
+2
|
*
|
|
|
|
ipv6: make lookups simpler and faster
Eric Dumazet
2013-10-09
1
-3
/
+2
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-10-01
3
-20
/
+21
|
|
\
\
\
\
\
|
*
|
|
|
|
|
net ipv4: Convert ipv4.ip_local_port_range to be per netns v3
Eric W. Biederman
2013-09-30
1
-1
/
+1
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2013-11-13
1
-11
/
+0
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
device_cgroup: remove can_attach
Serge Hallyn
2013-10-24
1
-11
/
+0
|
|
/
/
/
/
*
|
|
|
|
apparmor: fix bad lock balance when introspecting policy
John Johansen
2013-10-16
1
-3
/
+1
*
|
|
|
|
apparmor: fix memleak of the profile hash
John Johansen
2013-10-16
1
-0
/
+1
*
|
|
|
|
selinux: remove 'flags' parameter from avc_audit()
Linus Torvalds
2013-10-04
3
-4
/
+4
[prev]
[next]