summaryrefslogtreecommitdiffstats
path: root/security/smack
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * commoncap: handle idmapped mountsChristian Brauner2021-01-241-6/+8
| * xattr: handle idmapped mountsTycho Andersen2021-01-241-3/+5
* | smackfs: restrict bytes count in smackfs write functionsSabyrzhan Tasbolatov2021-02-021-2/+19
|/
* Merge tag 'Smack-for-5.11-io_uring-fix' of git://github.com/cschaufler/smack-...Linus Torvalds2020-12-241-2/+3
|\
| * Smack: Handle io_uring kernel thread privilegesCasey Schaufler2020-12-221-2/+3
* | Merge tag 'Smack-for-5.11' of git://github.com/cschaufler/smack-nextLinus Torvalds2020-12-162-5/+5
|\|
| * security/smack: remove unused varible 'rc'Alex Shi2020-11-161-2/+1
| * Smack: fix kernel-doc interface on functionsAlex Shi2020-11-131-3/+4
* | security: add const qualifier to struct sock in various placesFlorian Westphal2020-12-031-2/+2
|/
* Merge tag 'Smack-for-5.10' of git://github.com/cschaufler/smack-nextLinus Torvalds2020-10-134-149/+200
|\
| * Smack: Remove unnecessary variable initializationCasey Schaufler2020-10-051-1/+1
| * Smack: Fix build when NETWORK_SECMARK is not setCasey Schaufler2020-09-221-0/+7
| * Smack: Use the netlabel cacheCasey Schaufler2020-09-114-38/+68
| * Smack: Set socket labels only onceCasey Schaufler2020-09-112-89/+98
| * Smack: Consolidate uses of secmark into a functionCasey Schaufler2020-09-111-28/+33
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* 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
* Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-131-8/+104
|\
| * smack: Implement the watch_key and post_notification hooksDavid Howells2020-05-191-1/+82
| * keys: Make the KEY_NEED_* perms an enum rather than a maskDavid Howells2020-05-191-7/+22
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-6/+3
|\ \
| * | exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman2020-05-201-6/+3
| |/
* | Smack: Remove unused inline function smk_ad_setfield_u_fs_path_mntYueHaibing2020-05-111-4/+0
* | Smack:- Remove redundant inode_smack cacheCasey Schaufler2020-05-061-8/+1
* | Smack:- Remove mutex lock "smk_lock" from inode_smackCasey Schaufler2020-05-062-7/+2