summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2023-08-05tomoyo: refactor deprecated strncpyJustin Stitt1-3/+2
2023-08-04selinux: avoid implicit conversions in services codeChristian Göttsche3-16/+18
2023-08-04selinux: avoid implicit conversions in mls codeChristian Göttsche1-4/+6
2023-08-04selinux: use identical iterator type in hashtab_duplicate()Christian Göttsche1-1/+2
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+8
2023-08-01ima: require signed IMA policy when UEFI secure boot is enabledCoiby Xu1-0/+3
2023-08-01integrity: Always reference the blacklist keyring with appraisalEric Snowberg2-17/+12
2023-08-01ima: Remove deprecated IMA_TRUSTED_KEYRING KconfigNayna Jain1-12/+0
2023-07-31lsm: add comment block for security_sk_classify_flow LSM hookKhadija Kamran1-0/+7
2023-07-28selinux: move debug functions into debug configurationChristian Göttsche5-3/+20
2023-07-28security: keys: perform capable check only on privileged operationsChristian Göttsche1-3/+8
2023-07-28selinux: log about VM being executable by defaultChristian Göttsche1-0/+2
2023-07-27security: Fix ret values doc for security_inode_init_security()Roberto Sassu1-2/+2
2023-07-24selinux: convert to ctime accessor functionsJeff Layton1-1/+1
2023-07-24security: convert to ctime accessor functionsJeff Layton1-1/+1
2023-07-24apparmor: convert to ctime accessor functionsJeff Layton2-5/+5
2023-07-23tomoyo: add format attributes to functionsChristian Göttsche2-2/+3
2023-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-12/+25
2023-07-20selinux: fix a 0/NULL mistmatch in ad_net_init_from_iif()Paul Moore1-1/+1
2023-07-20selinux: introduce SECURITY_SELINUX_DEBUG configurationChristian Göttsche2-4/+13
2023-07-19selinux: introduce and use lsm_ad_net_init*() helpersPaolo Abeni1-41/+43
2023-07-19selinux: update my email addressStephen Smalley25-25/+25
2023-07-19selinux: add missing newlines in pr_err() statementsChristian Göttsche2-4/+4
2023-07-19selinux: drop avtab_search()Christian Göttsche4-42/+8
2023-07-19selinux: de-brand SELinuxStephen Smalley4-11/+11
2023-07-19selinux: avoid implicit conversions regarding enforcing statusChristian Göttsche3-6/+7
2023-07-19selinux: fix implicit conversions in the symtabChristian Göttsche2-2/+2
2023-07-19selinux: use consistent type for AV rule specifierChristian Göttsche3-3/+3
2023-07-19selinux: avoid implicit conversions in the LSM hooksChristian Göttsche1-16/+10
2023-07-19selinux: avoid implicit conversions in the AVC codeChristian Göttsche1-7/+8
2023-07-19selinux: avoid implicit conversions in the netif codeChristian Göttsche1-2/+2
2023-07-19selinux: consistently use u32 as sequence number type in the status codeChristian Göttsche2-2/+2
2023-07-19selinux: avoid avtab overflowsChristian Göttsche1-2/+2
2023-07-19selinux: check for multiplication overflow in put_entry()Christian Göttsche1-2/+5
2023-07-17security: keys: Modify mismatched function nameJiapeng Chong1-1/+1
2023-07-17keys: Fix linking a duplicate key to a keyring's assoc_arrayPetr Pavlu1-11/+24
2023-07-14security: Constify sk in the sk_getsecid hook.Guillaume Nault2-3/+3
2023-07-10selinux: introduce an initial SID for early boot processesOndrej Mosnacek6-2/+65
2023-07-10selinux: cleanup the policycap accessor functionsPaul Moore1-24/+11
2023-07-10evm: Support multiple LSMs providing an xattrRoberto Sassu3-7/+37
2023-07-10evm: Align evm_inode_init_security() definition with LSM infrastructureRoberto Sassu2-8/+12
2023-07-10smack: Set the SMACK64TRANSMUTE xattr in smack_inode_init_security()Roberto Sassu2-18/+29
2023-07-10security: Allow all LSMs to provide xattrs for inode_init_security hookRoberto Sassu3-44/+71
2023-07-10lsm: fix typo in security_file_lock() comment headerPairman Guo1-1/+1
2023-07-10apparmor: update ctime whenever the mtime changes on an inodeJeff Layton2-6/+12
2023-07-07Merge tag 'apparmor-pr-2023-07-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-68/+110
2023-07-06apparmor: Fix kernel-doc header for verify_dfa_accept_indexJohn Johansen1-1/+1
2023-07-06apparmor: fix: kzalloc perms tables for shared dfasJohn Johansen2-4/+35
2023-07-06apparmor: fix profile verification and enable itJohn Johansen2-25/+27
2023-07-06apparmor: fix policy_compat permission remap with extended permissionsJohn Johansen1-12/+19