summaryrefslogtreecommitdiffstats
path: root/security (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'selinux-pr-20250107' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10 days5-38/+65
|\
| * selinux: match extended permissions to their base permissionsThiébaud Weksteen13 days5-38/+65
* | Merge tag 'selinux-pr-20241217' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-12-181-2/+6
|\|
| * selinux: ignore unknown extended permissionsThiébaud Weksteen2024-12-161-2/+6
* | Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-12-051-1/+1
|\ \
| * | selinux: use sk_to_full_sk() in selinux_ip_output()Eric Dumazet2024-11-301-1/+1
* | | module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-1/+1
| |/ |/|
* | Merge tag 'lsm-pr-20241129' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-12-011-4/+5
|\ \
| * | ima: uncover hidden variable in ima_match_rules()Casey Schaufler2024-11-271-4/+5
* | | apparmor: lift new_profile declaration to remove C23 extension warningJohn Johansen2024-11-271-2/+1
* | | apparmor: replace misleading 'scrubbing environment' phrase in debug printRyan Lee2024-11-271-8/+8
* | | parser: drop dead code for XXX_comb macrosJohn Johansen2024-11-271-24/+0
* | | apparmor: Remove unused parameter L1 in macro next_combJinjie Ruan2024-11-271-2/+2
* | | apparmor: audit_cap dedup based on subj_cred instead of profileRyan Lee2024-11-271-6/+4
* | | apparmor: add a cache entry expiration time aging out capability audit cacheRyan Lee2024-11-271-3/+8
* | | apparmor: document capability.c:profile_capable ad ptr not being NULLRyan Lee2024-11-271-1/+1
* | | apparmor: fix 'Do simple duplicate message elimination'chao liu2024-11-271-0/+2
* | | apparmor: document first entry is in packed perms struct is reservedJohn Johansen2024-11-271-1/+4
* | | apparmor: test: Fix memory leak for aa_unpack_strdup()Jinjie Ruan2024-11-271-0/+6
* | | apparmor: Remove deadcodeDr. David Alan Gilbert2024-11-279-146/+0
* | | apparmor: Remove unnecessary NULL check before kvfree()Thorsten Blum2024-11-271-2/+1
* | | apparmor: domain: clean up duplicated parts of handle_onexec()Leesoo Ahn2024-11-271-26/+12
* | | apparmor: Use IS_ERR_OR_NULL() helper functionHongbo Li2024-11-271-1/+1
* | | apparmor: add support for 2^24 states to the dfa state machine.John Johansen2024-11-273-25/+83
* | | apparmor: properly handle cx/px lookup failure for complainRyan Lee2024-11-271-2/+7
* | | apparmor: allocate xmatch for nullpdb inside aa_alloc_nullRyan Lee2024-11-271-0/+1
| |/ |/|
* | Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-11-262-3/+3
|\ \
| * | security: replace memcpy() with get_task_comm()Yafang Shao2024-11-062-3/+3
* | | Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-211-8/+1
|\ \ \
| * | | fsnotify, lsm: Decouple fsnotify from lsmSong Liu2024-10-141-8/+1
* | | | Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-11-191-3/+3
|\ \ \ \
| * | | | crypto: rsassa-pkcs1 - Migrate to sig_alg backendLukas Wunner2024-10-051-3/+3
* | | | | Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-11-1916-150/+252
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | lsm: remove lsm_prop scaffoldingCasey Schaufler2024-10-116-64/+7
| * | | | netlabel,smack: use lsm_prop for audit dataCasey Schaufler2024-10-111-3/+1
| * | | | lsm: create new security_cred_getlsmprop LSM hookCasey Schaufler2024-10-114-5/+43
| * | | | lsm: use lsm_prop in security_inode_getsecidCasey Schaufler2024-10-114-19/+22
| * | | | lsm: use lsm_prop in security_current_getsecidCasey Schaufler2024-10-119-81/+100
| * | | | lsm: use lsm_prop in security_ipc_getsecidCasey Schaufler2024-10-113-17/+22
| * | | | lsm: add lsmprop_to_secctx hookCasey Schaufler2024-10-117-10/+89
| * | | | lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler2024-10-118-19/+36
| |/ / /
* | | | Merge tag 'selinux-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-1913-197/+431
|\ \ \ \
| * | | | selinux: Deprecate /sys/fs/selinux/userStephen Smalley2024-10-071-0/+4
| * | | | selinux: apply clang format to security/selinux/nlmsgtab.cPaul Moore2024-10-071-118/+118
| * | | | selinux: streamline selinux_nlmsg_lookup()Paul Moore2024-10-071-50/+38
| * | | | selinux: Add netlink xperm supportThiébaud Weksteen2024-10-078-51/+126
| * | | | selinux: move genheaders to security/selinux/Masahiro Yamada2024-10-033-2/+160
| * | | | selinux: do not include <linux/*.h> headers from host programsMasahiro Yamada2024-10-032-3/+12
| |/ / /
* | | | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-183-42/+18
|\ \ \ \
| * | | | fdget(), more trivial conversionsAl Viro2024-11-032-11/+4