summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2023-07-24apparmor: convert to ctime accessor functionsJeff Layton-5/+5
2023-07-23tomoyo: add format attributes to functionsChristian Göttsche-2/+3
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-12/+25
2023-07-20selinux: fix a 0/NULL mistmatch in ad_net_init_from_iif()Paul Moore-1/+1
2023-07-20selinux: introduce SECURITY_SELINUX_DEBUG configurationChristian Göttsche-4/+13
2023-07-19selinux: introduce and use lsm_ad_net_init*() helpersPaolo Abeni-41/+43
2023-07-19selinux: update my email addressStephen Smalley-25/+25
2023-07-19selinux: add missing newlines in pr_err() statementsChristian Göttsche-4/+4
2023-07-19selinux: drop avtab_search()Christian Göttsche-42/+8
2023-07-18selinux: de-brand SELinuxStephen Smalley-11/+11
2023-07-18selinux: avoid implicit conversions regarding enforcing statusChristian Göttsche-6/+7
2023-07-18selinux: fix implicit conversions in the symtabChristian Göttsche-2/+2
2023-07-18selinux: use consistent type for AV rule specifierChristian Göttsche-3/+3
2023-07-18selinux: avoid implicit conversions in the LSM hooksChristian Göttsche-16/+10
2023-07-18selinux: avoid implicit conversions in the AVC codeChristian Göttsche-7/+8
2023-07-18selinux: avoid implicit conversions in the netif codeChristian Göttsche-2/+2
2023-07-18selinux: consistently use u32 as sequence number type in the status codeChristian Göttsche-2/+2
2023-07-18selinux: avoid avtab overflowsChristian Göttsche-2/+2
2023-07-18selinux: check for multiplication overflow in put_entry()Christian Göttsche-2/+5
2023-07-17security: keys: Modify mismatched function nameJiapeng Chong-1/+1
2023-07-17keys: Fix linking a duplicate key to a keyring's assoc_arrayPetr Pavlu-11/+24
2023-07-14security: Constify sk in the sk_getsecid hook.Guillaume Nault-3/+3
2023-07-10selinux: introduce an initial SID for early boot processesOndrej Mosnacek-2/+65
2023-07-10selinux: cleanup the policycap accessor functionsPaul Moore-24/+11
2023-07-10evm: Support multiple LSMs providing an xattrRoberto Sassu-7/+37
2023-07-10evm: Align evm_inode_init_security() definition with LSM infrastructureRoberto Sassu-8/+12
2023-07-10smack: Set the SMACK64TRANSMUTE xattr in smack_inode_init_security()Roberto Sassu-18/+29
2023-07-10security: Allow all LSMs to provide xattrs for inode_init_security hookRoberto Sassu-44/+71
2023-07-10lsm: fix typo in security_file_lock() comment headerPairman Guo-1/+1
2023-07-10apparmor: Fix kernel-doc warnings in apparmor/policy.cGaosheng Cui-7/+10
2023-07-10apparmor: Fix kernel-doc warnings in apparmor/policy_compat.cGaosheng Cui-0/+1
2023-07-10apparmor: Fix kernel-doc warnings in apparmor/policy_unpack.cGaosheng Cui-1/+1
2023-07-10apparmor: Fix kernel-doc warnings in apparmor/resource.cGaosheng Cui-4/+4
2023-07-10apparmor: Fix kernel-doc warnings in apparmor/match.cGaosheng Cui-2/+2
2023-07-10apparmor: Fix kernel-doc warnings in apparmor/lib.cGaosheng Cui-2/+2
2023-07-10apparmor: Fix kernel-doc warnings in apparmor/label.cGaosheng Cui-9/+11
2023-07-10apparmor: Fix kernel-doc warnings in apparmor/file.cGaosheng Cui-3/+3
2023-07-10apparmor: Fix kernel-doc warnings in apparmor/domain.cGaosheng Cui-4/+6
2023-07-10apparmor: Fix kernel-doc warnings in apparmor/capability.cGaosheng Cui-2/+2
2023-07-10apparmor: Fix kernel-doc warnings in apparmor/audit.cGaosheng Cui-0/+1
2023-07-10apparmor: update ctime whenever the mtime changes on an inodeJeff Layton-6/+12
2023-07-09apparmor: use passed in gfp flags in aa_alloc_null()Dan Carpenter-2/+2
2023-07-09apparmor: advertise availability of exended permsJohn Johansen-0/+3
2023-07-09apparmor: remove unused macroGONG, Ruiqi-1/+0
2023-07-09apparmor: make aa_set_current_onexec return voidQuanfa Fu-6/+3
2023-07-07Merge tag 'apparmor-pr-2023-07-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-68/+110
2023-07-06apparmor: Fix kernel-doc header for verify_dfa_accept_indexJohn Johansen-1/+1
2023-07-06apparmor: fix: kzalloc perms tables for shared dfasJohn Johansen-4/+35
2023-07-06apparmor: fix profile verification and enable itJohn Johansen-25/+27
2023-07-06apparmor: fix policy_compat permission remap with extended permissionsJohn Johansen-12/+19