Skip to content

Commit

Permalink
Changelog:
Browse files Browse the repository at this point in the history
- Update kernels to r109
  • Loading branch information
sebanc committed Nov 28, 2022
1 parent bb73323 commit b59de00
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 695 deletions.
13 changes: 6 additions & 7 deletions kernel-patches/4.19/chromeos/lsm_shmem.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
--- ./security/chromiumos/lsm.c 2022-09-28 07:26:42.949182359 +0200
+++ ./security/chromiumos/lsm.c 2022-09-28 07:29:28.984937913 +0200
@@ -217,7 +217,7 @@
@@ -217,6 +217,7 @@
static int chromiumos_bprm_creds_for_exec(struct linux_binprm *bprm)
{
struct file *file = bprm->file;
+ return 0;

if (shmem_file(file))
- return -EACCES;
+ return 0;

return 0;
}
if (shmem_file(file)) {
char *cmdline = printable_cmdline(current);
Loading

0 comments on commit b59de00

Please sign in to comment.