summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'Smack-for-5.9' of git://github.com/cschaufler/smack-nextLinus Torvalds2020-08-061-3/+16
|\
| * Smack: prevent underflow in smk_set_cipso()Dan Carpenter2020-07-271-1/+1
| * Smack: fix another vsscanf out of boundsDan Carpenter2020-07-271-0/+4
| * Smack: fix use-after-free in smk_write_relabel_self()Eric Biggers2020-07-141-2/+11
* | Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-08-041-2/+3
|\ \
| * | capabilities: Introduce CAP_CHECKPOINT_RESTOREAdrian Reber2020-07-191-2/+3
* | | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-08-043-5/+5
|\ \ \
| * | | exec: Implement kernel_execveEric W. Biederman2020-07-213-5/+5
| | |/ | |/|
* | | Merge tag 'audit-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-045-55/+49
|\ \ \
| * | | audit: purge audit_log_string from the intra-kernel audit APIRichard Guy Briggs2020-07-215-55/+44
| * | | audit: issue CWD record to accompany LSM_AUDIT_DATA_* recordsRichard Guy Briggs2020-07-081-0/+5
| |/ /
* | | Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-0414-161/+240
|\ \ \
| * | | selinux: complete the inlining of hashtab functionsOndrej Mosnacek2020-07-092-59/+63
| * | | selinux: prepare for inlining of hashtab functionsOndrej Mosnacek2020-07-097-63/+110
| * | | selinux: specialize symtab insert and search functionsOndrej Mosnacek2020-07-087-56/+69
| * | | selinux: Fix spelling mistakes in the commentslihao2020-07-083-3/+3
| * | | selinux: fixed a checkpatch warning with the sizeof macroEthan Edwards2020-06-291-2/+2
| * | | selinux: log error messages on required process class / permissionsStephen Smalley2020-06-231-5/+15
| * | | selinux: allow reading labels before policy is loadedJonathan Lebon2020-06-231-1/+6
| |/ /
* | | Merge tag 'var-init-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-041-4/+25
|\ \ \
| * | | security: allow using Clang's zero initialization for stack variablesglider@google.com2020-06-161-4/+25
| |/ /
* | | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-0/+1
|\ \ \ | |_|/ |/| |
| * | block: move block-related definitions out of fs.hChristoph Hellwig2020-06-241-0/+1
* | | integrity/ima: switch to using __kernel_readChristoph Hellwig2020-07-081-13/+1
* | | Merge tag 'fixes-v5.8-rc3-a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-301-1/+16
|\ \ \
| * | | security: Fix hook iteration and default value for inode_copy_up_xattrKP Singh2020-06-231-1/+16
| |/ /
* / / ima: extend boot_aggregate with kernel measurementsMaurizio Drocco2020-06-242-2/+15
|/ /
* | Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-212-13/+12
|\ \
| * | selinux: fix undefined return of cond_evaluate_exprTom Rix2020-06-171-0/+3
| * | selinux: fix a double free in cond_read_node()/cond_read_list()Tom Rix2020-06-161-13/+5
| * | selinux: fix double freeTom Rix2020-06-101-0/+4
* | | ima: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-2/+2
| |/ |/|
* | Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds2020-06-141-0/+6
|\ \
| * | security: Add LSM hooks to set*gid syscallsThomas Cedeno2020-06-141-0/+6
* | | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-3/+3
|\ \ \
| * | | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* | | | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-1313-87/+407
|\ \ \ \
| * | | | smack: Implement the watch_key and post_notification hooksDavid Howells2020-05-191-1/+82
| * | | | selinux: Implement the watch_key security hookDavid Howells2020-05-191-0/+14
| * | | | keys: Make the KEY_NEED_* perms an enum rather than a maskDavid Howells2020-05-197-59/+114
| * | | | watch_queue: Add a key/keyring notification facilityDavid Howells2020-05-198-27/+181
| * | | | security: Add hooks to rule on setting a watchDavid Howells2020-05-191-0/+7
| * | | | security: Add a hook for the point of notification insertionDavid Howells2020-05-191-0/+9
* | | | | Merge tag 'integrity-v5.8-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-121-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ima: fix mprotect checkingMimi Zohar2020-06-121-1/+2
* | | | | Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2020-06-091-0/+1
|\ \ \ \ \
| * | | | | ovl: call secutiry hook in ovl_real_ioctl()Miklos Szeredi2020-06-031-0/+1
* | | | | | Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-06-091-1/+2
|\ \ \ \ \ \
| * | | | | | security: apparmor: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell2020-06-011-1/+2
| | |_|/ / / | |/| | | |
* | | | | | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1