summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher2016-11-141-0/+1
| | * | | | selinux: Minor cleanupsAndreas Gruenbacher2016-11-142-3/+4
| | * | | | SELinux: Use GFP_KERNEL for selinux_parse_opts_str().Tetsuo Handa2016-11-141-2/+3
| * | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2016-11-235-10/+14
| |\ \ \ \ \
| | * | | | | security/integrity: Harden against malformed xattrsSeth Forshee2016-11-133-2/+9
| | * | | | | ima: include the reason for TPM-bypass modeMimi Zohar2016-11-131-1/+2
| | * | | | | Revert "ima: limit file hash setting by user to fix and log modes"Mimi Zohar2016-11-131-6/+2
| | * | | | | ima: fix memory leak in ima_release_policyEric Richter2016-11-131-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge remote branch 'smack/smack-for-4.10' into nextJames Morris2016-11-224-75/+53
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Smack: Remove unnecessary smack_known_invalidCasey Schaufler2016-11-154-36/+4
| | * | | | Smack: Use GFP_KERNEL for smack_parse_opts_str().Tetsuo Handa2016-11-141-2/+2
| | * | | | Smack: ipv6 label match fixCasey Schaufler2016-11-101-6/+6
| | * | | | SMACK: Fix the memory leak in smack_cred_prepare() hookHimanshu Shukla2016-11-101-1/+2
| | * | | | SMACK: Do not apply star label in smack_setprocattr hookHimanshu Shukla2016-11-101-3/+4
| | * | | | smack: parse mnt opts after privileges checkHimanshu Shukla2016-11-101-25/+25
| | * | | | Smack: Assign smack_known_web label for kernel thread'sjooseong lee2016-11-041-2/+10
| | |/ / /
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-4/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | posix-timers: Make them configurableNicolas Pitre2016-11-161-4/+7
| | |/ / | |/| |
* | | | apparmor: fix change_hat not finding hat after policy replacementJohn Johansen2016-11-211-2/+4
| |/ / |/| |
* | | security/keys: make BIG_KEYS dependent on stdrng.Artem Savkov2016-10-271-1/+1
* | | KEYS: Sort out big_key initialisationDavid Howells2016-10-271-27/+32
* | | KEYS: Fix short sprintf buffer in /proc/keys show functionDavid Howells2016-10-271-1/+1
|/ /
* | Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-221-1/+1
|\ \
| * | mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski2016-10-201-1/+1
| |/
* | mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-104-5/+5
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-102-6/+9
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-2/+2
| | * vfs: remove unused i_op->renameMiklos Szeredi2016-09-271-2/+2
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-273-3/+3
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-106-49/+39
|\ \ \
| * | | xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-076-49/+39
| | |/ | |/|
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-102-3/+3
|\ \ \
| * \ \ Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro2016-10-082-3/+3
| |\ \ \ | | |/ / | |/| |
| | * | ima: use file_dentry()Miklos Szeredi2016-09-162-3/+3
| | |/
* | | Merge branch 'printk-cleanups'Linus Torvalds2016-10-101-2/+2
|\ \ \
| * | | printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds2016-10-091-2/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-071-4/+3
|\ \ \
| * | | securityfs: fix securityfs_create_dir commentLaurent Georget2016-09-291-4/+3
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-10-0413-88/+172
|\ \ \ \
| * \ \ \ Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-09-212-8/+21
| |\ \ \ \
| | * | | | lsm,audit,selinux: Introduce a new audit data type LSM_AUDIT_DATA_FILEVivek Goyal2016-09-192-8/+21
| * | | | | Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-09-199-65/+119
| |\ \ \ \ \ | | |/ / / /
| | * | | | selinux: fix error return code in policydb_read()Wei Yongjun2016-09-131-0/+1
| | * | | | selinux: fix overflow and 0 length allocationsWilliam Roberts2016-08-302-0/+5
| | * | | | selinux: initialize structuresWilliam Roberts2016-08-291-4/+4
| | * | | | selinux: detect invalid ebitmapWilliam Roberts2016-08-291-0/+3
| | * | | | selinux: drop SECURITY_SELINUX_POLICYDB_VERSION_MAXWilliam Roberts2016-08-182-42/+0
| | * | | | selinux: Implement dentry_create_files_as() hookVivek Goyal2016-08-101-0/+22
| | * | | | security, overlayfs: Provide hook to correctly label newly created filesVivek Goyal2016-08-081-0/+11
OpenPOWER on IntegriCloud