summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* selinux: check for address length in selinux_socket_bind()Alexander Potapenko2017-03-101-0/+8
* security: mark LSM hooks as __ro_after_initJames Morris2017-03-061-1/+1
* selinux: fix kernel BUG on prlimit(..., NULL, NULL)Stephen Smalley2017-03-061-0/+2
* prlimit,security,selinux: add a security hook for prlimitStephen Smalley2017-03-061-0/+14
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-1/+2
|\
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* | selinux: wrap cgroup seclabel support with its own policy capabilityStephen Smalley2017-03-021-3/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-241-2/+1Star
|\
| * exec: Remove LSM_UNSAFE_PTRACE_CAPEric W. Biederman2017-01-241-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-2/+5
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-111-1/+1
| |\ \
| | * | selinux: fix off-by-one in setprocattrStephen Smalley2017-02-081-1/+1
| | |/
| * / Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen2017-01-241-1/+2
| |/
* | Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2017-02-101-191/+188Star
|\ \
| * | selinux: allow changing labels for cgroupfsAntonio Murdaca2017-02-081-0/+2
| * | security,selinux,smack: kill security_task_wait hookStephen Smalley2017-01-121-7/+0Star
| * | selinux: drop unused socket security classesStephen Smalley2017-01-121-6/+0Star
| * | proc,security: move restriction on writing /proc/pid/attr nodes to procStephen Smalley2017-01-091-12/+1Star
| * | selinux: clean up cred usage and simplifyStephen Smalley2017-01-091-177/+117Star
| * | selinux: allow context mounts on tmpfs, ramfs, devpts within user namespacesStephen Smalley2017-01-091-3/+7
| * | selinux: handle ICMPv6 consistently with ICMPStephen Smalley2017-01-091-1/+2
| * | selinux: add security in-core xattr support for tracefsYongqin Liu2017-01-091-0/+1
| * | selinux: support distinctions among all network address familiesStephen Smalley2017-01-091-0/+73
| |/
* | Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2017-02-081-1/+1
|\ \
| * | selinux: fix off-by-one in setprocattrStephen Smalley2017-02-071-1/+1
* | | LSM: Add /sys/kernel/security/lsmCasey Schaufler2017-01-191-1/+1
| |/ |/|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-12-141-47/+73
|\|
| * selinux: Convert isec->lock into a spinlockAndreas Gruenbacher2016-11-221-38/+63
| * selinux: Clean up initialization of isec->sclassAndreas Gruenbacher2016-11-141-6/+4Star
| * proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher2016-11-141-0/+1
| * selinux: Minor cleanupsAndreas Gruenbacher2016-11-141-1/+2
| * SELinux: Use GFP_KERNEL for selinux_parse_opts_str().Tetsuo Handa2016-11-141-2/+3
* | posix-timers: Make them configurableNicolas Pitre2016-11-161-4/+7
|/
* mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski2016-10-201-1/+1
* Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-111-12/+7Star
|\
| * xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-081-12/+7Star
* | lsm,audit,selinux: Introduce a new audit data type LSM_AUDIT_DATA_FILEVivek Goyal2016-09-191-8/+8
* | selinux: Implement dentry_create_files_as() hookVivek Goyal2016-08-101-0/+22
* | selinux: Pass security pointer to determine_inode_label()Vivek Goyal2016-08-091-9/+10
* | selinux: Implementation for inode_copy_up_xattr() hookVivek Goyal2016-08-091-0/+16
* | selinux: Implementation for inode_copy_up() hookVivek Goyal2016-08-091-0/+21
* | security: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-08-081-6/+6
|/
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-1/+1
|\
| * qstr: constify dentry_init_securityAl Viro2016-07-211-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-301-3/+18
|\ \
| * \ Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-07-071-3/+18
| |\ \ | | |/ | |/|
| | * netlabel: Pass a family parameter to netlbl_skbuff_err().Huw Davies2016-06-271-3/+3
| | * calipso: Allow the lsm to label the skbuff directly.Huw Davies2016-06-271-0/+15
* | | selinux: Add support for unprivileged mounts from user namespacesSeth Forshee2016-06-241-0/+23