summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ima: Evaluate error in init_ima()Roberto Sassu2020-04-191-0/+3
| * | | | | ima: Switch to ima_hash_algo for boot aggregateRoberto Sassu2020-04-192-11/+58
| | |_|/ / | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-042-22/+5
|\ \ \ \ \
| * | | | | mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long2020-06-042-22/+5
* | | | | | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-048-40/+32
|\ \ \ \ \ \
| * | | | | | exec: Compute file based creds only onceEric W. Biederman2020-05-292-13/+15
| * | | | | | exec: Add a per bprm->file version of per_clearEric W. Biederman2020-05-291-1/+1
| * | | | | | Merge commit a4ae32c71fe9 ("exec: Always set cap_ambient in cap_bprm_set_creds")Eric W. Biederman2020-05-271-0/+1
| |\ \ \ \ \ \
| * | | | | | | exec: Convert security_bprm_set_creds into security_bprm_repopulate_credsEric W. Biederman2020-05-212-7/+6
| * | | | | | | exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman2020-05-207-27/+18
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-1/+3
|\ \ \ \ \ \ \
| * | | | | | | proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov2020-05-191-1/+1
| * | | | | | | Use proc_pid_ns() to get pid_namespace from the proc superblockAlexey Gladkov2020-04-241-1/+3
* | | | | | | | Merge tag 'Smack-for-5.8' of git://github.com/cschaufler/smack-nextLinus Torvalds2020-06-043-43/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | Smack: Remove unused inline function smk_ad_setfield_u_fs_path_mntYueHaibing2020-05-111-4/+0
| * | | | | | | | Smack:- Remove redundant inode_smack cacheCasey Schaufler2020-05-061-8/+1
| * | | | | | | | Smack:- Remove mutex lock "smk_lock" from inode_smackCasey Schaufler2020-05-062-7/+2
| * | | | | | | | Smack: slab-out-of-bounds in vsscanfCasey Schaufler2020-05-061-0/+10
| * | | | | | | | smack: remove redundant structure variable from header.Maninder Singh2020-05-061-1/+0
| * | | | | | | | smack: avoid unused 'sip' variable warningArnd Bergmann2020-05-062-23/+8
* | | | | | | | | Merge tag 'keys-next-20200602' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-042-209/+52
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | keys: Implement update for the big_key typeDavid Howells2020-06-021-1/+18
| * | | | | | | | security/keys: rewrite big_key crypto to use library interfaceJason A. Donenfeld2020-06-022-209/+35
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-034-5/+5
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-313-4/+18
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-249-40/+59
| |\ \ \ \ \ \ \ \
| * | | | | | | | | bpf, capability: Introduce CAP_BPFAlexei Starovoitov2020-05-151-2/+2
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-141-2/+2
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge tag 'perf-for-bpf-2020-05-06' of git://git.kernel.org/pub/scm/linux/ker...Alexei Starovoitov2020-05-061-2/+2
| | |\ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-062-26/+46
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | / | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-283-3/+3
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | * | | | | | | | | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-273-3/+3
| | | |_|_|_|_|/ / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-021-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | lockdown: Allow unprivileged users to see lockdown statusJeremy Cline2020-05-141-1/+1
* | | | | | | | | | | Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-0219-326/+499
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | selinux: netlabel: Remove unused inline functionYueHaibing2020-05-121-6/+0
| * | | | | | | | | | | selinux: do not allocate hashtabs dynamicallyOndrej Mosnacek2020-05-018-146/+116
| * | | | | | | | | | | selinux: fix return value on error in policydb_read()Ondrej Mosnacek2020-05-011-0/+1
| * | | | | | | | | | | selinux: simplify range_write()Ondrej Mosnacek2020-05-011-16/+2
| * | | | | | | | | | | selinux: fix error return code in policydb_read()Wei Yongjun2020-05-011-0/+1
| * | | | | | | | | | | selinux: don't produce incorrect filename_trans_countOndrej Mosnacek2020-04-222-9/+5
| * | | | | | | | | | | selinux: implement new format of filename transitionsOndrej Mosnacek2020-04-172-26/+189
| * | | | | | | | | | | selinux: move context hashing under sidtabOndrej Mosnacek2020-04-175-58/+47
| * | | | | | | | | | | selinux: hash context structure directlyOndrej Mosnacek2020-04-179-42/+69
| * | | | | | | | | | | selinux: store role transitions in a hash tableOndrej Mosnacek2020-04-173-60/+107
| * | | | | | | | | | | selinux: drop unnecessary smp_load_acquire() callOndrej Mosnacek2020-04-151-2/+1
| * | | | | | | | | | | selinux: fix warning Comparison to boolZou Wei2020-04-142-3/+3
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'tomoyo-pr-20200601' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds2020-06-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tomoyo: use true for bool variableZou Wei2020-05-121-1/+1
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-011-2/+0
|\ \ \ \ \ \ \ \ \ \ \