summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* smackfs: Prevent underflow in smk_set_cipso()Dan Carpenter2023-09-231-1/+1
* security: keys: perform capable check only on privileged operationsChristian Göttsche2023-09-231-3/+8
* integrity: Fix possible multiple allocation in integrity_inode_get()Tianjia Zhang2023-08-111-6/+9
* evm: Complete description of evm_inode_setattr()Roberto Sassu2023-08-111-0/+2
* selinux: don't use make's grouped targets feature yetPaul Moore2023-06-091-1/+5
* selinux: ensure av_permissions.h is built when neededPaul Moore2023-05-171-1/+1
* selinux: fix Makefile dependencies of flask.hOndrej Mosnacek2023-05-171-2/+2
* ima: Align ima_file_mmap() parameters with mmap_file LSM hookRoberto Sassu2023-03-112-5/+9
* tomoyo: fix broken dependency on *.conf.defaultMasahiro Yamada2023-02-061-1/+1
* device_cgroup: Roll back to original exceptions after copy failureWang Weiyang2023-01-181-4/+29
* ima: Fix a potential NULL pointer access in ima_restore_measurement_listHuaxin Lu2023-01-181-1/+4
* apparmor: fix a memleak in multi_transaction_new()Gaosheng Cui2023-01-181-1/+3
* ima: Fix misuse of dereference of pointer in template_desc_init_fields()Xiu Jianfeng2023-01-181-2/+2
* capabilities: fix potential memleak on error path from vfs_getxattr_alloc()Gaosheng Cui2022-11-101-2/+4
* apparmor: fix reference count leak in aa_pivotroot()Xin Xiong2022-08-251-0/+1
* apparmor: fix aa_label_asxprint return checkTom Rix2022-08-251-3/+3
* apparmor: Fix failed mount permission check error messageJohn Johansen2022-08-251-3/+4
* apparmor: fix quiet_denied for file rulesJohn Johansen2022-08-251-1/+1
* selinux: Add boundary check in put_entry()Xiu Jianfeng2022-08-251-0/+2
* Fix incorrect type in assignment of ipv6 port for auditCasey Schaufler2022-04-201-1/+1
* selinux: use correct type for context lengthChristian Göttsche2022-04-201-1/+1
* TOMOYO: fix __setup handlers return valuesRandy Dunlap2022-04-201-2/+2
* 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
* 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-25/+20
* 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 -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
* 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-031-1/+1
* certs: Fix blacklist flag type confusionDavid Howells2021-03-032-3/+4
* capabilities: Don't allow writing ambiguous v3 file capabilitiesEric W. Biederman2021-03-031-1/+11
* ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian2021-03-031-0/+2
* ima: Free IMA measurement buffer on errorLakshmi Ramasubramanian2021-03-031-0/+1
* cap: fix conversions on getxattrMiklos Szeredi2021-02-231-24/+43
* dump_common_audit_data(): fix racy accesses to ->d_nameAl Viro2021-01-231-2/+5
* ima: Don't modify file descriptor mode on the flyRoberto Sassu2020-12-291-15/+5
* selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handlingPaul Moore2020-12-291-18/+13
* selinux: fix error initialization in inode_doinit_with_dentry()Tianyue Ren2020-12-291-3/+16