summaryrefslogtreecommitdiffstats
path: root/security/smack
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'lsm-pr-20240923' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-241-10/+3
|\
| * selinux,smack: properly reference the LSM blob in security_watch_key()Paul Moore2024-09-191-10/+3
* | Merge tag 'Smack-for-6.12' of https://github.com/cschaufler/smack-nextLinus Torvalds2024-09-192-3/+3
|\ \
| * | smackfs: Use rcu_assign_pointer() to ensure safe assignment in smk_set_cipsoJiawei Ye2024-09-031-1/+1
| * | security: smack: Fix indentation in smack_netfilter.cGiSeong Ji2024-08-221-2/+2
* | | Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-163-60/+63
|\ \ \ | | |/ | |/|
| * | lsm: Refactor return value of LSM hook inode_copy_up_xattrXu Kuohai2024-07-311-3/+3
| * | lsm: infrastructure management of the key security blobCasey Schaufler2024-07-292-18/+20
| * | lsm: infrastructure management of the sock securityCasey Schaufler2024-07-293-39/+40
| |/
* | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-09-161-1/+1
|\ \
| * | file: reclaim 24 bytes from f_ownerChristian Brauner2024-08-281-1/+1
| |/
* / selinux,smack: don't bypass permissions check in inode_setsecctx hookScott Mayhew2024-08-281-2/+2
|/
* Merge tag 'Smack-for-6.10' of https://github.com/cschaufler/smack-nextLinus Torvalds2024-07-161-4/+10
|\
| * smack: unix sockets: fix accept()ed socket labelKonstantin Andreev2024-06-191-3/+9
| * smack: tcp: ipv4, fix incorrect labelingCasey Schaufler2024-06-051-1/+1
* | Merge tag 'lsm-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-07-161-4/+30
|\ \
| * | selinux,smack: remove the capability checks in the removexattr hooksPaul Moore2024-07-091-2/+1
| * | lsm: fixup the inode xattr capability handlingPaul Moore2024-06-031-2/+29
| |/
* / ima: Avoid blocking in RCU read-side critical sectionGUO Zihua2024-06-131-1/+3
|/
* 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 'Smack-for-6.6' of https://github.com/cschaufler/smack-nextLinus Torvalds2023-08-301-2/+2
|\
| * 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
* | Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-302-29/+41
|\ \
| * | smack: Set the SMACK64TRANSMUTE xattr in smack_inode_init_security()Roberto Sassu2023-07-102-18/+29
| * | 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-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