aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/hooks.c
AgeCommit message (Expand)Author
2017-05-23selinux: Allocate and free infiniband security hooksDaniel Jurgens
2017-05-23selinux lsm IB/core: Implement LSM notification systemDaniel Jurgens
2017-05-23selinux: Remove redundant check for unknown labeling behaviorMatthias Kaehlcke
2017-05-23selinux: do not check open permission on socketsStephen Smalley
2017-05-23selinux: add a map permission check for mmapStephen Smalley
2017-05-23selinux: only invoke capabilities and selinux for CAP_MAC_ADMIN checksStephen Smalley
2017-05-23selinux: Use task_alloc hook rather than task_create hookTetsuo Handa
2017-03-10selinux: check for address length in selinux_socket_bind()Alexander Potapenko
2017-03-06security: mark LSM hooks as __ro_after_initJames Morris
2017-03-06selinux: fix kernel BUG on prlimit(..., NULL, NULL)Stephen Smalley
2017-03-06prlimit,security,selinux: add a security hook for prlimitStephen Smalley
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02selinux: wrap cgroup seclabel support with its own policy capabilityStephen Smalley
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-10Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i...James Morris
2017-02-08selinux: fix off-by-one in setprocattrStephen Smalley
2017-02-08Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...James Morris
2017-02-07selinux: allow changing labels for cgroupfsAntonio Murdaca
2017-02-07selinux: fix off-by-one in setprocattrStephen Smalley
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen
2017-01-24exec: Remove LSM_UNSAFE_PTRACE_CAPEric W. Biederman
2017-01-19LSM: Add /sys/kernel/security/lsmCasey Schaufler
2017-01-12security,selinux,smack: kill security_task_wait hookStephen Smalley
2017-01-12selinux: drop unused socket security classesStephen Smalley
2017-01-09proc,security: move restriction on writing /proc/pid/attr nodes to procStephen Smalley
2017-01-09selinux: clean up cred usage and simplifyStephen Smalley
2017-01-09selinux: allow context mounts on tmpfs, ramfs, devpts within user namespacesStephen Smalley
2017-01-09selinux: handle ICMPv6 consistently with ICMPStephen Smalley
2017-01-09selinux: add security in-core xattr support for tracefsYongqin Liu
2017-01-09selinux: support distinctions among all network address familiesStephen Smalley
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-11-22selinux: Convert isec->lock into a spinlockAndreas Gruenbacher
2016-11-16posix-timers: Make them configurableNicolas Pitre
2016-11-14selinux: Clean up initialization of isec->sclassAndreas Gruenbacher
2016-11-14proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher
2016-11-14selinux: Minor cleanupsAndreas Gruenbacher
2016-11-14SELinux: Use GFP_KERNEL for selinux_parse_opts_str().Tetsuo Handa
2016-10-20mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher
2016-09-19lsm,audit,selinux: Introduce a new audit data type LSM_AUDIT_DATA_FILEVivek Goyal
2016-08-10selinux: Implement dentry_create_files_as() hookVivek Goyal
2016-08-08selinux: Pass security pointer to determine_inode_label()Vivek Goyal
2016-08-08selinux: Implementation for inode_copy_up_xattr() hookVivek Goyal
2016-08-08selinux: Implementation for inode_copy_up() hookVivek Goyal
2016-08-08security: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas