summaryrefslogtreecommitdiffstats
path: root/security/smack/smackfs.c
Commit message (Expand)AuthorAgeFilesLines
* smackfs: Prevent underflow in smk_set_cipso()Dan Carpenter2023-08-071-1/+1
* security: smack: smackfs: fix typo (lables->labels)Tóth János2023-08-071-1/+1
* smackfs: Added check catlenDenis Arefev2023-02-211-3/+14
* Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-041-0/+1
|\
| * move mount-related externs from fs.h to mount.hAl Viro2022-05-191-0/+1
* | smack: Remove redundant assignmentsMichal Orzel2022-05-231-1/+0
|/
* smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doiTetsuo Handa2021-10-221-1/+1
* smackfs: use __GFP_NOFAIL for smk_cipso_doi()Tetsuo Handa2021-10-221-3/+1
* smackfs: Fix use-after-free in netlbl_catmap_walk()Pawan Gupta2021-09-151-1/+4
* smackfs: restrict bytes count in smk_set_cipso()Tetsuo Handa2021-05-101-0/+2
* security/smack/: fix misspellings using codespell toolXiong Zhenwu2021-05-101-1/+1
* smackfs: restrict bytes count in smackfs write functionsSabyrzhan Tasbolatov2021-02-021-2/+19
* Smack: fix kernel-doc interface on functionsAlex Shi2020-11-131-3/+4
* Smack: Use the netlabel cacheCasey Schaufler2020-09-111-14/+9
* Smack: prevent underflow in smk_set_cipso()Dan Carpenter2020-07-271-1/+1
* Smack: fix another vsscanf out of boundsDan Carpenter2020-07-271-0/+4
* Smack: fix use-after-free in smk_write_relabel_self()Eric Biggers2020-07-141-2/+11
* Smack: slab-out-of-bounds in vsscanfCasey Schaufler2020-05-061-0/+10
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-12/+22
|\
| * vfs: Convert smackfs to use the new mount APIDavid Howells2019-07-041-12/+22
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-5/+1
|/
* Smack: Create smack_rule cache to optimize memory usageCasey Schaufler2019-04-021-1/+1
* smack: removal of global rule listVishal Goel2019-04-021-38/+15
* Smack: Abstract use of cred security blobCasey Schaufler2019-01-081-9/+9
* Smack: remove set but not used variable 'root_inode'YueHaibing2018-09-181-3/+0
* fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-261-1/+1
* SMACK: Add new lock for adding entry in smack master listVishal Goel2017-01-101-0/+5
* Smack: Remove unnecessary smack_known_invalidCasey Schaufler2016-11-151-3/+0
* Smack: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-231-8/+3
* convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-041-82/+32
* Smack: limited capability for changing process labelZbigniew Jasinski2015-10-191-35/+167
* Smack: Minor initialisation improvementJosé Bollo2015-10-091-1/+1
* Smack: fix a NULL dereference in wrong smack_import_entry() usageLukasz Pawelczyk2015-10-091-2/+2
* Smack: Three symbols that should be staticCasey Schaufler2015-07-311-1/+1
* Smack: IPv6 host labelingCasey Schaufler2015-07-281-76/+352
* sysfs: fix simple_return.cocci warningskbuild test robot2015-07-221-5/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-031-4/+4
|\
| * sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-4/+4
* | Smack: freeing an error pointer in smk_write_revoke_subj()Dan Carpenter2015-06-121-7/+9
* | Smack: allow multiple labels in onlycapRafal Krypa2015-06-021-53/+110
* | Smack: fix seq operations in smackfsRafal Krypa2015-06-021-30/+22
* | smack: pass error code through pointersLukasz Pawelczyk2015-05-151-47/+69
* | LSM: Switch to lists of hooksCasey Schaufler2015-05-121-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: security/: d_inode() annotationsDavid Howells2015-04-151-1/+1
* | smack: Fix gcc warning from unused smack_syslog_lock mutex in smackfs.cPaul Gortmaker2015-03-231-1/+0
* | Smack: Allow an unconfined label in bringup modeCasey Schaufler2015-03-231-0/+96
|/
* Make Smack operate on smack_known struct where it still used char*Lukasz Pawelczyk2014-08-291-28/+33
* Smack: Bring-up access modeCasey Schaufler2014-08-281-1/+10
* Smack: handle zero-length security labels without panicKonstantin Khlebnikov2014-08-081-2/+2