aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/selinuxfs.c
AgeCommit message (Expand)Author
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-25sel_write_validatetrans(): don't open-code memdup_user_nul()Al Viro
2017-05-23selinux lsm IB/core: Implement LSM notification systemDaniel Jurgens
2017-05-23selinux: log policy capability state when a policy is loadedStephen Smalley
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers
2017-03-29selinuxfs: Use seq_puts() in sel_avc_stats_seq_show()Markus Elfring
2017-03-02selinux: wrap cgroup seclabel support with its own policy capabilityStephen Smalley
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-01-09selinux: default to security isid in sel_make_bools() if no sid is foundGary Tierney
2017-01-09selinux: log errors when loading new policyGary Tierney
2017-01-09selinux: clean up cred usage and simplifyStephen Smalley
2017-01-09selinux: support distinctions among all network address familiesStephen Smalley
2016-11-20selinux: normalize input to /sys/fs/selinux/enforceStephen Smalley
2016-11-14selinux: Minor cleanupsAndreas Gruenbacher
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-06-15selinux: fix type mismatchHeinrich Schuchardt
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2016-01-04selinuxfs: switch to memdup_user_nul()Al Viro
2015-12-24selinux: export validatetrans decisionsAndrew Perepechko
2015-10-21selinux: introduce security_context_str_to_sidRasmus Villemoes
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman
2015-04-15VFS: security/: d_inode() annotationsDavid Howells
2015-03-27Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...James Morris
2015-03-25selinux: fix sel_write_enforce broken return valueJoe Perches
2015-01-25selinuxfs: don't open-code d_genocide()Al Viro
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov
2014-02-06security: replace strict_strto*() with kstrto*()Jingoo Han
2013-07-25Add SELinux policy capability for always checking packet and peer classes.Chris PeBenito
2013-02-22new helper: file_inode(file)Al Viro
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-09-21userns: Convert selinux to use kuid and kgid where appropriateEric W. Biederman
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro
2012-05-29selinuxfs snprintf() misusesAl Viro
2012-04-09SELinux: if sel_make_bools errors don't leave inconsistent stateEric Paris
2012-04-09SELinux: remove needless sel_div functionEric Paris
2012-04-09SELinux: loosen DAC perms on reading policyEric Paris
2012-04-09SELinux: allow seek operations on the file exposing policyEric Paris
2012-03-31selinuxfs: merge dentry allocation into sel_make_dir()Al Viro
2011-11-16selinuxfs: remove custom hex_to_bin()Andy Shevchenko
2011-09-09selinux: sparse fix: fix warnings in netlink codeJames Morris
2011-09-09selinux: sparse fix: eliminate warnings for selinuxfsJames Morris
2011-09-09selinux: sparse fix: declare selinux_disable() in security.hJames Morris
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore
2011-07-24VFS : mount lock scalability for internal mountsTim Chen
2011-06-15Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris