index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
selinux
/
ss
Commit message (
Expand
)
Author
Age
Files
Lines
*
selinux: add gfp argument to security_xfrm_policy_alloc and fix callers
Nikolay Aleksandrov
2014-03-10
1
-2
/
+4
*
Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i...
James Morris
2014-02-24
1
-4
/
+4
|
\
|
*
SELinux: bigendian problems with filename trans rules
Eric Paris
2014-02-20
1
-4
/
+4
*
|
Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i...
James Morris
2014-02-10
1
-0
/
+4
|
\
|
|
*
SELinux: Fix kernel BUG on empty security contexts.
Stephen Smalley
2014-02-05
1
-0
/
+4
*
|
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
2014-01-23
1
-8
/
+4
|
\
\
|
|
/
|
/
|
|
*
selinux: call WARN_ONCE() instead of calling audit_log_start()
Richard Guy Briggs
2014-01-13
1
-8
/
+4
*
|
SELinux: Fix memory leak upon loading policy
Tetsuo Handa
2014-01-07
1
-1
/
+13
*
|
selinux: revert 102aefdda4d8275ce7d7100bc16c88c74272b260
Paul Moore
2013-12-13
1
-38
/
+4
*
|
SELinux: security_load_policy: Silence frame-larger-than warning
Tim Gardner
2013-11-19
1
-22
/
+32
*
|
SELinux: Update policy version to support constraints info
Richard Haines
2013-11-19
3
-9
/
+99
*
|
Merge git://git.infradead.org/users/eparis/selinux
Paul Moore
2013-09-18
6
-38
/
+85
|
\
\
|
|
/
|
/
|
|
*
selinux: consider filesystem subtype in policies
Anand Avati
2013-08-28
1
-4
/
+38
|
*
Add SELinux policy capability for always checking packet and peer classes.
Chris PeBenito
2013-07-25
1
-0
/
+3
|
*
SELinux: pass a superblock to security_fs_use
Eric Paris
2013-07-25
1
-12
/
+9
|
*
SELinux: change sbsec->behavior to short
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: 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: Add new labeling type native labels
David Quigley
2013-06-08
1
-1
/
+4
|
/
*
userns: Convert selinux to use kuid and kgid where appropriate
Eric W. Biederman
2012-09-21
1
-1
/
+1
*
SELinux: avc: remove the useless fields in avc_add_callback
Wanlong Gao
2012-04-09
1
-4
/
+2
*
SELinux: possible NULL deref in context_struct_to_string
Eric Paris
2012-04-09
1
-3
/
+5
*
SELinux: add default_type statements
Eric Paris
2012-04-09
3
-5
/
+31
*
SELinux: allow default source/target selectors for user/role/range
Eric Paris
2012-04-09
5
-7
/
+107
*
selinux: Casting (void *) value returned by kmalloc is useless
Thomas Meyer
2011-12-19
1
-1
/
+1
*
selinux: sparse fix: fix several warnings in the security server code
James Morris
2011-09-09
3
-3
/
+2
*
selinux: sparse fix: fix warnings in netlink code
James Morris
2011-09-09
1
-2
/
+0
*
selinux: sparse fix: move selinux_complete_init
James Morris
2011-09-09
1
-1
/
+0
*
doc: Update the email address for Paul Moore in various source files
Paul Moore
2011-08-01
5
-5
/
+5
*
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...
James Morris
2011-06-15
1
-0
/
+3
|
\
|
*
SELinux: skip file_name_trans_write() when policy downgraded.
Roy.Li
2011-06-14
1
-0
/
+3
|
*
Merge commit 'v2.6.39' into 20110526
Eric Paris
2011-05-26
1
-2
/
+2
|
|
\
*
|
|
selinux: don't pass in NULL avd to avc_has_perm_noaudit
Linus Torvalds
2011-05-26
1
-1
/
+2
*
|
|
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo...
James Morris
2011-05-24
3
-111
/
+217
|
\
|
|
|
|
/
|
/
|
|
*
flex_array: flex_array_prealloc takes a number of elements, not an end
Eric Paris
2011-04-28
1
-3
/
+3
|
*
SELinux: put name based create rules in a hashtable
Eric Paris
2011-04-28
3
-61
/
+135
|
*
SELinux: generic hashtab entry counter
Eric Paris
2011-04-28
1
-2
/
+2
|
*
SELinux: calculate and print hashtab stats with a generic function
Eric Paris
2011-04-28
1
-19
/
+13
|
*
SELinux: skip filename trans rules if ttype does not match parent dir
Eric Paris
2011-04-28
3
-0
/
+17
|
*
SELinux: rename filename_compute_type argument to *type instead of *con
Eric Paris
2011-04-28
1
-3
/
+3
|
*
SELinux: fix comment to state filename_compute_type takes an objname not a qstr
Eric Paris
2011-04-28
1
-1
/
+1
|
*
SELinux: security_read_policy should take a size_t not ssize_t
Eric Paris
2011-04-25
1
-1
/
+1
|
*
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
1
-8
/
+9
|
*
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
2
-1
/
+16
[next]