summaryrefslogtreecommitdiff
path: root/security/selinux/ss/services.c
AgeCommit message (Expand)Author
2018-06-05selinux: KASAN: slab-out-of-bounds in xattr_getsecuritySachin Grover
2018-02-25selinux: skip bounded transition processing if the policy isn't loadedPaul Moore
2018-02-25selinux: ensure the context is NUL terminated in security_context_to_sid_core()Paul Moore
2017-08-17selinux: update my email addressStephen Smalley
2017-08-02selinux: Generalize support for NNP/nosuid SELinux domain transitionsStephen Smalley
2017-06-09selinux: use kmem_cache for ebitmapJunil Lee
2017-05-23selinux: Add IB Port SMP access vectorDaniel Jurgens
2017-05-23selinux: Implement Infiniband PKey "Access" access vectorDaniel Jurgens
2017-05-23selinux: log policy capability state when a policy is loadedStephen Smalley
2017-03-29selinux: Remove unnecessary check of array base in selinux_set_mapping()Matthias Kaehlcke
2017-03-02selinux: wrap cgroup seclabel support with its own policy capabilityStephen Smalley
2017-01-09selinux: support distinctions among all network address familiesStephen Smalley
2016-05-31selinux: Only apply bounds checking to source typesStephen Smalley
2016-04-14selinux: Change bool variable name to index.Prarit Bhargava
2015-12-24selinux: export validatetrans decisionsAndrew Perepechko
2015-10-21selinux: use sprintf return valueRasmus Villemoes
2015-10-21selinux: use kstrdup() in security_get_bools()Rasmus Villemoes
2015-10-21selinux: use kmemdup in security_sid_to_context_core()Rasmus Villemoes
2015-10-21selinux: introduce security_context_str_to_sidRasmus Villemoes
2015-07-13selinux: extended permissions for ioctlsJeff Vander Stoep
2015-04-06selinux: reconcile security_netlbl_secattr_to_sid() and mls_import_netlbl_cat()Paul Moore
2014-09-22selinux: normalize audit log formattingRichard Guy Briggs
2014-06-23selinux: no recursive read_lock of policy_rwlock in security_genfs_sid()Waiman Long
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov
2014-02-10Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i...James Morris
2014-02-05SELinux: Fix kernel BUG on empty security contexts.Stephen Smalley
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-01-13selinux: call WARN_ONCE() instead of calling audit_log_start()Richard Guy Briggs
2013-12-13selinux: revert 102aefdda4d8275ce7d7100bc16c88c74272b260Paul Moore
2013-11-19SELinux: security_load_policy: Silence frame-larger-than warningTim Gardner
2013-08-28selinux: consider filesystem subtype in policiesAnand Avati
2013-07-25Add SELinux policy capability for always checking packet and peer classes.Chris PeBenito
2013-07-25SELinux: pass a superblock to security_fs_useEric Paris
2013-07-25SELinux: change sbsec->behavior to shortEric Paris
2012-09-21userns: Convert selinux to use kuid and kgid where appropriateEric W. Biederman
2012-04-09SELinux: avc: remove the useless fields in avc_add_callbackWanlong Gao
2012-04-09SELinux: possible NULL deref in context_struct_to_stringEric Paris
2012-04-09SELinux: add default_type statementsEric Paris
2012-04-09SELinux: allow default source/target selectors for user/role/rangeEric Paris
2011-09-09selinux: sparse fix: fix warnings in netlink codeJames Morris
2011-09-09selinux: sparse fix: move selinux_complete_initJames Morris
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore
2011-05-26selinux: don't pass in NULL avd to avc_has_perm_noauditLinus Torvalds
2011-05-24Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo...James Morris
2011-04-28SELinux: put name based create rules in a hashtableEric Paris
2011-04-28SELinux: skip filename trans rules if ttype does not match parent dirEric Paris
2011-04-28SELinux: rename filename_compute_type argument to *type instead of *conEric Paris
2011-04-28SELinux: fix comment to state filename_compute_type takes an objname not a qstrEric Paris
2011-04-25SELinux: security_read_policy should take a size_t not ssize_tEric Paris
2011-04-07selinux: Fix regression for XorgStephen Smalley