summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2022-07-19apparmor: extend policydb permission set by making use of the xbitsJohn Johansen
2022-07-19apparmor: allow label to carry debug flagsJohn Johansen
2022-07-19apparmor: fix overlapping attachment computationJohn Johansen
2022-07-19apparmor: fix setting unconfined mode on a loaded profileJohn Johansen
2022-07-19apparmor: Fix some kernel-doc commentsYang Li
2022-07-19apparmor: Mark alloc_unconfined() as staticSouptick Joarder (HPE)
2022-07-13apparmor: disable showing the mode as part of a secid to secctxJohn Johansen
2022-07-13apparmor: Convert secid mapping to XArrays instead of IDRMatthew Wilcox
2022-07-13apparmor: add a kernel label to use on kernel objectsJohn Johansen
2022-07-09apparmor: test: Remove some casts which are no-longer requiredDavid Gow
2022-07-09apparmor: Fix memleak in aa_simple_write_to_buffer()Xiu Jianfeng
2022-07-09apparmor: fix reference count leak in aa_pivotroot()Xin Xiong
2022-07-09apparmor: Fix some kernel-doc commentsYang Li
2022-07-09apparmor: Fix undefined reference to `zlib_deflate_workspacesize'John Johansen
2022-07-09apparmor: fix aa_label_asxprint return checkTom Rix
2022-07-09apparmor: Fix some kernel-doc commentsYang Li
2022-07-09apparmor: Fix some kernel-doc commentsYang Li
2022-07-09apparmor: Fix match_mnt_path_str() and match_mnt() kernel-doc commentYang Li
2022-07-09apparmor: Use struct_size() helper in kmalloc()Gustavo A. R. Silva
2022-07-09apparmor: Fix failed mount permission check error messageJohn Johansen
2022-07-09security/apparmor: remove redundant ret variableMinghao Chi
2022-07-09apparmor: fix quiet_denied for file rulesJohn Johansen
2022-07-09apparmor: resolve uninitialized symbol warnings in policy_unpack_test.cMike Salvatore
2022-07-09apparmor: don't create raw_sha1 symlink if sha1 hashing is disabledJohn Johansen
2022-07-09apparmor: Enable tuning of policy paranoid load for embedded systemsJohn Johansen
2022-07-09apparmor: make export of raw binary profile to userspace optionalJohn Johansen
2022-07-09apparmor: Update help description of policy hash for introspectionJohn Johansen
2022-07-09lsm: Fix kernel-docYang Li
2022-07-09apparmor: Fix kernel-docYang Li
2022-07-09apparmor: fix absroot causing audited secids to begin with =John Johansen
2022-06-04Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-25Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2022-05-24Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-24Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-24Merge tag 'Smack-for-5.19' of https://github.com/cschaufler/smack-nextLinus Torvalds
2022-05-24Merge tag 'landlock-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-05-24Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-24lockdown: also lock down previous kgdb useDaniel Thompson
2022-05-23smack: Remove redundant assignmentsMichal Orzel
2022-05-23KEYS: trusted: Introduce support for NXP CAAM-based trusted keysAhmad Fatoum
2022-05-23KEYS: trusted: allow use of kernel RNG for key materialAhmad Fatoum
2022-05-23KEYS: trusted: allow use of TEE as backend without TCG_TPM supportAhmad Fatoum
2022-05-23certs: Factor out the blacklist hash creationMickaël Salaün
2022-05-23landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFERMickaël Salaün
2022-05-23LSM: Remove double path_rename hook calls for RENAME_EXCHANGEMickaël Salaün
2022-05-23landlock: Move filesystem helpers and add a new oneMickaël Salaün
2022-05-23landlock: Fix same-layer rule unionsMickaël Salaün
2022-05-23landlock: Create find_rule() from unmask_layers()Mickaël Salaün
2022-05-23landlock: Reduce the maximum number of layers to 16Mickaël Salaün