summaryrefslogtreecommitdiff
path: root/security/smack
Commit message (Expand)AuthorAgeFilesLines
* smack: Record transmuting in smk_transmutedRoberto Sassu2023-05-112-12/+30
* smack: Retrieve transmuting information in smack_inode_getsecurity()Roberto Sassu2023-05-111-4/+18
* Merge tag 'Smack-for-6.4' of https://github.com/cschaufler/smack-nextLinus Torvalds2023-04-241-40/+24
|\
| * Smack: Improve mount process memory useCasey Schaufler2023-04-051-39/+23
| * smack_lsm: remove unnecessary type castingXU pengfei2023-03-081-1/+1
* | selinux: remove the runtime disable functionalityPaul Moore2023-03-201-2/+2
|/
* Merge tag 'Smack-for-6.3' of https://github.com/cschaufler/smack-nextLinus Torvalds2023-02-221-3/+14
|\
| * smackfs: Added check catlenDenis Arefev2023-02-211-3/+14
* | fs: port acl to mnt_idmapChristian Brauner2023-01-191-6/+6
* | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-7/+7
* | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
|/
* Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-131-9/+10
|\
| * lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore2022-11-041-9/+10
* | smack: implement get, set and remove acl hookChristian Brauner2022-10-201-0/+71
|/
* Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-1/+1
|\
| * ->getprocattr(): attribute name is const char *, TYVM...Al Viro2022-09-011-1/+1
* | Merge tag 'Smack-for-6.1' of https://github.com/cschaufler/smack-nextLinus Torvalds2022-10-032-12/+17
|\ \
| * | smack: cleanup obsolete mount option flagsXiu Jianfeng2022-09-271-9/+0
| * | smack: lsm: remove the unneeded result variableXu Panda2022-09-271-3/+1
| * | SMACK: Add sk_clone_security LSM hookLontke Michael2022-09-271-0/+16
| |/
* | Smack: Provide read control for io_uring_cmdCasey Schaufler2022-08-261-0/+32
|/
* smack: Remove the redundant lsm_inode_allocXiu Jianfeng2022-08-011-7/+0
* smack: Replace kzalloc + strncpy with kstrndupGONG, Ruiqi2022-08-011-5/+2
* 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
|/
* Fix incorrect type in assignment of ipv6 port for auditCasey Schaufler2022-02-281-1/+1
* lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore2021-11-222-21/+4
* Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-011-0/+46
|\
| * Smack: Brutalist io_uring supportCasey Schaufler2021-09-191-0/+46
* | Merge tag 'Smack-for-5.16' of https://github.com/cschaufler/smack-nextLinus Torvalds2021-11-013-44/+34
|\ \
| * | 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
| * | Smack: fix W=1 build warningsCasey Schaufler2021-10-131-12/+18
| * | smack: remove duplicated hook functionFlorian Westphal2021-10-121-23/+3
| * | Smack:- Use overlay inode label in smack_inode_copy_up()Vishal Goel2021-09-281-1/+1
| * | smack: Guard smack_ipv6_lock definition within a SMACK_IPV6_PORT_LABELING blockSebastian Andrzej Siewior2021-09-241-3/+6
| * | smackfs: Fix use-after-free in netlbl_catmap_walk()Pawan Gupta2021-09-151-1/+4
| |/
* | selinux,smack: fix subjective/objective credential use mixupsPaul Moore2021-09-231-2/+2
|/
* smack: mark 'smack_enabled' global variable as __initdataAustin Kim2021-07-202-2/+2
* Smack: Fix wrong semantics in smk_access_entry()Tianjia Zhang2021-07-201-9/+8
* Smack: fix doc warningChenXiaoSong2021-06-081-1/+4
* Revert "Smack: Handle io_uring kernel thread privileges"Jens Axboe2021-05-181-3/+2
* 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
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-012-26/+15
|\
| * LSM: Infrastructure management of the superblockCasey Schaufler2021-04-222-26/+15
* | smack: differentiate between subjective and objective task credentialsPaul Moore2021-03-222-14/+44
* | lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore2021-03-221-1/+2
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-9/+13
|\