summaryrefslogtreecommitdiffstats
path: root/security/smack/smack_lsm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'integrity-v6.10' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2024-05-151-1/+1
|\
| * security: allow finer granularity in permitting copy-up of security xattrsStefan Berger2024-04-091-1/+1
* | netlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti2024-05-131-1/+2
|/
* lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler2024-03-141-2/+2
* Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-121-1/+3
|\
| * security: Align inode_setattr hook definition with EVMRoberto Sassu2024-02-151-1/+3
* | Smack: use init_task_smack() in smack_cred_transfer()Casey Schaufler2024-02-141-6/+1
* | smack: Initialize the in-memory inode in smack_inode_init_security()Roberto Sassu2024-01-241-1/+6
* | smack: Always determine inode labels in smack_inode_init_security()Roberto Sassu2024-01-241-39/+39
* | smack: Handle SMACK64TRANSMUTE in smack_inode_setsecurity()Roberto Sassu2024-01-241-0/+9
* | smack: Set SMACK64TRANSMUTE only for dirs in smack_inode_setxattr()Roberto Sassu2024-01-241-1/+2
|/
* Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-1/+1
|\
| * io_uring: split out cmd api into a separate headerPavel Begunkov2023-12-121-1/+1
* | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+1
|\ \
| * | shm: Slim down dependenciesKent Overstreet2023-12-201-0/+1
| |/
* | lsm: new security_file_ioctl_compat() hookAlfred Piccioni2023-12-241-0/+1
* | lsm: mark the lsm_id variables are marked as staticPaul Moore2023-11-121-1/+1
* | lsm: consolidate buffer size handling into lsm_fill_user_ctx()Paul Moore2023-11-121-17/+6
* | Smack: implement setselfattr and getselfattr hooksCasey Schaufler2023-11-121-5/+90
* | LSM: Identify modules by more than nameCasey Schaufler2023-11-121-1/+7
|/
* Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-301-28/+40
|\
| * smack: Set the SMACK64TRANSMUTE xattr in smack_inode_init_security()Roberto Sassu2023-07-101-17/+28
| * security: Allow all LSMs to provide xattrs for inode_init_security hookRoberto Sassu2023-07-101-12/+13
* | vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...David Howells2023-08-151-0/+51
|/
* smack: Record transmuting in smk_transmutedRoberto Sassu2023-05-111-12/+29
* 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
|/
* 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-031-3/+17
|\ \
| * | 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
* 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-221-5/+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-011-16/+25
|\ \
| * | Smack: fix W=1 build warningsCasey Schaufler2021-10-131-12/+18
| * | Smack:- Use overlay inode label in smack_inode_copy_up()Vishal Goel2021-09-281-1/+1