summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)Author
2021-09-26apparmor: remove duplicate macro list_entry_is_head()Andy Shevchenko
2021-09-22Smack: Fix wrong semantics in smk_access_entry()Tianjia Zhang
2021-09-22IMA: remove -Wmissing-prototypes warningAustin Kim
2021-07-20smackfs: restrict bytes count in smk_set_cipso()Tetsuo Handa
2021-07-20selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVCMinchan Kim
2021-05-22security: commoncap: fix -Wstringop-overread warningArnd Bergmann
2021-03-17Revert 95ebabde382c ("capabilities: Don't allow writing ambiguous v3 file cap...Eric W. Biederman
2021-03-07smackfs: restrict bytes count in smackfs write functionsSabyrzhan Tasbolatov
2021-03-03KEYS: trusted: Fix migratable=1 failingJarkko Sakkinen
2021-03-03certs: Fix blacklist flag type confusionDavid Howells
2021-03-03capabilities: Don't allow writing ambiguous v3 file capabilitiesEric W. Biederman
2021-03-03ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian
2021-03-03ima: Free IMA measurement buffer on errorLakshmi Ramasubramanian
2021-02-23cap: fix conversions on getxattrMiklos Szeredi
2021-01-23dump_common_audit_data(): fix racy accesses to ->d_nameAl Viro
2020-12-29ima: Don't modify file descriptor mode on the flyRoberto Sassu
2020-12-29selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handlingPaul Moore
2020-12-29selinux: fix error initialization in inode_doinit_with_dentry()Tianyue Ren
2020-11-18selinux: Fix error return code in sel_ib_pkey_sid_slow()Chen Zhou
2020-10-29ima: Don't ignore errors from crypto_shash_update()Roberto Sassu
2020-10-01selinux: sel_avc_get_stat_idx should increase position indexVasily Averin
2020-08-21Smack: prevent underflow in smk_set_cipso()Dan Carpenter
2020-08-21Smack: fix another vsscanf out of boundsDan Carpenter
2020-08-21Smack: fix use-after-free in smk_write_relabel_self()Eric Biggers
2020-06-30apparmor: don't try to replace stale label in ptraceme checkJann Horn
2020-06-25selinux: fix double freeTom Rix
2020-06-25apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen
2020-06-20evm: Fix possible memory leak in evm_calc_hmac_or_hash()Roberto Sassu
2020-06-20ima: Directly assign the ima_default_policy pointer to ima_rulesRoberto Sassu
2020-06-20ima: Fix ima digest hash table key calculationKrzysztof Struczynski
2020-06-20Smack: slab-out-of-bounds in vsscanfCasey Schaufler
2020-06-20mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long
2020-06-03exec: Always set cap_ambient in cap_bprm_set_credsEric W. Biederman
2020-05-27apparmor: Fix aa_label refcnt leak in policy_updateXiyu Yang
2020-05-27ima: Fix return value of ima_write_policy()Roberto Sassu
2020-05-27evm: Check also if *tfm is an error pointer in init_desc()Roberto Sassu
2020-05-27ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash()Roberto Sassu
2020-05-05selinux: properly handle multiple messages in selinux_netlink_send()Paul Moore
2020-05-02KEYS: Avoid false positive ENOMEM error on key readWaiman Long
2020-04-24KEYS: Don't write out to userspace while holding key semaphoreWaiman Long
2020-04-24KEYS: Use individual pages in big_key for crypto buffersDavid Howells
2020-04-24KEYS: reaching the keys quotas correctlyYang Xu
2020-02-28selinux: ensure we cleanup the internal AVC counters on error in avc_update()Jaihind Yadav
2020-01-27keys: Timestamp new keysDavid Howells
2020-01-27apparmor: don't try to replace stale label in ptrace access checkJann Horn
2020-01-04apparmor: fix unsigned len comparison with less than zeroColin Ian King
2019-12-05apparmor: delete the dentry in aafs_remove() to avoid a leakChris Coulson
2019-10-11ima: always return negative code for errorSascha Hauer
2019-10-07smack: use GFP_NOFS while holding inode_smack::smk_lockEric Biggers
2019-10-07Smack: Don't ignore other bprm->unsafe flags if LSM_UNSAFE_PTRACE is setJann Horn