aboutsummaryrefslogtreecommitdiff
path: root/security/smack/smackfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-07smackfs: Prevent underflow in smk_set_cipso()Gravatar Dan Carpenter 1-1/+1
2023-08-07security: smack: smackfs: fix typo (lables->labels)Gravatar Tóth János 1-1/+1
2023-02-21smackfs: Added check catlenGravatar Denis Arefev 1-3/+14
2022-06-04Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2022-05-23smack: Remove redundant assignmentsGravatar Michal Orzel 1-1/+0
2022-05-19move mount-related externs from fs.h to mount.hGravatar Al Viro 1-0/+1
2021-10-22smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doiGravatar Tetsuo Handa 1-1/+1
2021-10-22smackfs: use __GFP_NOFAIL for smk_cipso_doi()Gravatar Tetsuo Handa 1-3/+1
2021-09-15smackfs: Fix use-after-free in netlbl_catmap_walk()Gravatar Pawan Gupta 1-1/+4
2021-05-10smackfs: restrict bytes count in smk_set_cipso()Gravatar Tetsuo Handa 1-0/+2
2021-05-10security/smack/: fix misspellings using codespell toolGravatar Xiong Zhenwu 1-1/+1
2021-02-02smackfs: restrict bytes count in smackfs write functionsGravatar Sabyrzhan Tasbolatov 1-2/+19
2020-11-13Smack: fix kernel-doc interface on functionsGravatar Alex Shi 1-3/+4
2020-09-11Smack: Use the netlabel cacheGravatar Casey Schaufler 1-14/+9
2020-07-27Smack: prevent underflow in smk_set_cipso()Gravatar Dan Carpenter 1-1/+1
2020-07-27Smack: fix another vsscanf out of boundsGravatar Dan Carpenter 1-0/+4
2020-07-14Smack: fix use-after-free in smk_write_relabel_self()Gravatar Eric Biggers 1-2/+11
2020-05-06Smack: slab-out-of-bounds in vsscanfGravatar Casey Schaufler 1-0/+10
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-12/+22
2019-07-04vfs: Convert smackfs to use the new mount APIGravatar David Howells 1-12/+22
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Gravatar Thomas Gleixner 1-5/+1
2019-04-02Smack: Create smack_rule cache to optimize memory usageGravatar Casey Schaufler 1-1/+1
2019-04-02smack: removal of global rule listGravatar Vishal Goel 1-38/+15
2019-01-08Smack: Abstract use of cred security blobGravatar Casey Schaufler 1-9/+9
2018-09-18Smack: remove set but not used variable 'root_inode'Gravatar YueHaibing 1-3/+0
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Gravatar Eric Biggers 1-1/+1
2017-01-10SMACK: Add new lock for adding entry in smack master listGravatar Vishal Goel 1-0/+5
2016-11-15Smack: Remove unnecessary smack_known_invalidGravatar Casey Schaufler 1-3/+0
2016-08-23Smack: Use memdup_user() rather than duplicating its implementationGravatar Markus Elfring 1-8/+3
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Gravatar Al Viro 1-82/+32
2015-10-19Smack: limited capability for changing process labelGravatar Zbigniew Jasinski 1-35/+167
2015-10-09Smack: Minor initialisation improvementGravatar José Bollo 1-1/+1
2015-10-09Smack: fix a NULL dereference in wrong smack_import_entry() usageGravatar Lukasz Pawelczyk 1-2/+2
2015-07-31Smack: Three symbols that should be staticGravatar Casey Schaufler 1-1/+1
2015-07-28Smack: IPv6 host labelingGravatar Casey Schaufler 1-76/+352
2015-07-22sysfs: fix simple_return.cocci warningsGravatar kbuild test robot 1-5/+1
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-4/+4
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointGravatar Eric W. Biederman 1-4/+4
2015-06-12Smack: freeing an error pointer in smk_write_revoke_subj()Gravatar Dan Carpenter 1-7/+9
2015-06-02Smack: allow multiple labels in onlycapGravatar Rafal Krypa 1-53/+110
2015-06-02Smack: fix seq operations in smackfsGravatar Rafal Krypa 1-30/+22
2015-05-15smack: pass error code through pointersGravatar Lukasz Pawelczyk 1-47/+69
2015-05-12LSM: Switch to lists of hooksGravatar Casey Schaufler 1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2015-04-15VFS: security/: d_inode() annotationsGravatar David Howells 1-1/+1
2015-03-23smack: Fix gcc warning from unused smack_syslog_lock mutex in smackfs.cGravatar Paul Gortmaker 1-1/+0
2015-03-23Smack: Allow an unconfined label in bringup modeGravatar Casey Schaufler 1-0/+96
2014-08-29Make Smack operate on smack_known struct where it still used char*Gravatar Lukasz Pawelczyk 1-28/+33
2014-08-28Smack: Bring-up access modeGravatar Casey Schaufler 1-1/+10
2014-08-08Smack: handle zero-length security labels without panicGravatar Konstantin Khlebnikov 1-2/+2