summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* ima: Allow template selection with ima_template[_fmt]= after ima_hash=Roberto Sassu2022-02-161-3/+7
* ima: Remove ima_policy file before directoryStefan Berger2022-02-161-1/+1
* integrity: check the return value of audit_log_start()Xiaoke Wang2022-02-161-0/+2
* selinux: initialize proto variable in selinux_ip_postroute_compat()Tom Rix2022-01-051-1/+1
* fortify: Explicitly disable Clang supportKees Cook2021-11-261-0/+3
* apparmor: fix error checkTom Rix2021-11-261-2/+2
* smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doiTetsuo Handa2021-11-261-1/+1
* smackfs: use __GFP_NOFAIL for smk_cipso_doi()Tetsuo Handa2021-11-261-3/+1
* smackfs: Fix use-after-free in netlbl_catmap_walk()Pawan Gupta2021-11-261-1/+4
* evm: mark evm_fixmode as __ro_after_initAustin Kim2021-11-261-1/+1
* binder: use cred instead of task for selinux checksTodd Kjos2021-11-262-28/+22
* apparmor: remove duplicate macro list_entry_is_head()Andy Shevchenko2021-09-261-3/+0
* Smack: Fix wrong semantics in smk_access_entry()Tianjia Zhang2021-09-221-9/+8
* IMA: remove the dependency on CRYPTO_MD5THOBY Simon2021-09-221-1/+0
* IMA: remove -Wmissing-prototypes warningAustin Kim2021-09-221-1/+1
* smackfs: restrict bytes count in smk_set_cipso()Tetsuo Handa2021-07-201-0/+2
* selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVCMinchan Kim2021-07-201-6/+7
* evm: fix writing <securityfs>/evm overflowMimi Zohar2021-07-201-2/+3
* evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loadedRoberto Sassu2021-07-201-4/+4
* evm: Execute evm_inode_init_security() only when an HMAC key is loadedRoberto Sassu2021-07-201-2/+3
* security: commoncap: fix -Wstringop-overread warningArnd Bergmann2021-05-221-1/+1
* Revert 95ebabde382c ("capabilities: Don't allow writing ambiguous v3 file cap...Eric W. Biederman2021-03-171-11/+1
* smackfs: restrict bytes count in smackfs write functionsSabyrzhan Tasbolatov2021-03-071-2/+19
* KEYS: trusted: Fix migratable=1 failingJarkko Sakkinen2021-03-041-1/+1
* certs: Fix blacklist flag type confusionDavid Howells2021-03-042-3/+4
* capabilities: Don't allow writing ambiguous v3 file capabilitiesEric W. Biederman2021-03-041-1/+11
* ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian2021-03-041-0/+2
* ima: Free IMA measurement buffer on errorLakshmi Ramasubramanian2021-03-041-0/+1
* cap: fix conversions on getxattrMiklos Szeredi2021-02-231-24/+43
* dump_common_audit_data(): fix racy accesses to ->d_nameAl Viro2021-01-191-2/+5
* ima: Remove __init annotation from ima_pcrread()Roberto Sassu2021-01-191-1/+1
* ima: Don't modify file descriptor mode on the flyRoberto Sassu2020-12-301-15/+5
* selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handlingPaul Moore2020-12-301-18/+13
* selinux: fix error initialization in inode_doinit_with_dentry()Tianyue Ren2020-12-301-3/+16
* selinux: Fix error return code in sel_ib_pkey_sid_slow()Chen Zhou2020-11-181-1/+3
* evm: Check size of security.evm before using itRoberto Sassu2020-11-051-0/+6
* ima: Don't ignore errors from crypto_shash_update()Roberto Sassu2020-10-291-0/+2
* selinux: sel_avc_get_stat_idx should increase position indexVasily Averin2020-10-011-0/+1
* selinux: allow labeling before policy is loadedJonathan Lebon2020-10-011-0/+12
* Smack: prevent underflow in smk_set_cipso()Dan Carpenter2020-08-191-1/+1
* Smack: fix another vsscanf out of boundsDan Carpenter2020-08-191-0/+4
* Smack: fix use-after-free in smk_write_relabel_self()Eric Biggers2020-08-111-2/+11
* apparmor: ensure that dfa state tables have entriesJohn Johansen2020-07-221-0/+5
* apparmor: don't try to replace stale label in ptraceme checkJann Horn2020-06-301-2/+2
* selinux: fix double freeTom Rix2020-06-251-0/+4
* apparmor: fix nnp subset test for unconfinedJohn Johansen2020-06-253-4/+39
* apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira2020-06-251-0/+5
* apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen2020-06-251-2/+2
* ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()Roberto Sassu2020-06-224-5/+24
* evm: Fix possible memory leak in evm_calc_hmac_or_hash()Roberto Sassu2020-06-221-1/+1