Commit 5c36498
committed
Merge tag 'lsm-pr-20240923' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Pull LSM fixes from Paul Moore:
- Add a missing security_mmap_file() check to the remap_file_pages()
syscall
- Properly reference the SELinux and Smack LSM blobs in the
security_watch_key() LSM hook
- Fix a random IPE selftest crash caused by a missing list terminator
in the test
* tag 'lsm-pr-20240923' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm:
ipe: Add missing terminator to list of unit tests
selinux,smack: properly reference the LSM blob in security_watch_key()
mm: call the security_mmap_file() LSM hook in remap_file_pages()File tree
4 files changed
+9
-11
lines changed- mm
- security
- ipe
- selinux
- smack
4 files changed
+9
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1689 | 1689 | | |
1690 | 1690 | | |
1691 | 1691 | | |
| 1692 | + | |
| 1693 | + | |
| 1694 | + | |
1692 | 1695 | | |
1693 | 1696 | | |
| 1697 | + | |
1694 | 1698 | | |
1695 | 1699 | | |
1696 | 1700 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| 289 | + | |
289 | 290 | | |
290 | 291 | | |
291 | 292 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6735 | 6735 | | |
6736 | 6736 | | |
6737 | 6737 | | |
6738 | | - | |
| 6738 | + | |
6739 | 6739 | | |
6740 | 6740 | | |
6741 | 6741 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4629 | 4629 | | |
4630 | 4630 | | |
4631 | 4631 | | |
| 4632 | + | |
4632 | 4633 | | |
4633 | 4634 | | |
4634 | | - | |
4635 | | - | |
4636 | | - | |
4637 | | - | |
4638 | | - | |
4639 | | - | |
4640 | | - | |
4641 | | - | |
4642 | 4635 | | |
4643 | 4636 | | |
4644 | 4637 | | |
| |||
4653 | 4646 | | |
4654 | 4647 | | |
4655 | 4648 | | |
4656 | | - | |
4657 | | - | |
| 4649 | + | |
| 4650 | + | |
4658 | 4651 | | |
4659 | 4652 | | |
4660 | 4653 | | |
| |||
0 commit comments