Skip to content

Commit

Permalink
UBUNTU: [Config] Enable CONFIG_BPF_LSM
Browse files Browse the repository at this point in the history
See commit ce7e6e6 in master

Ignore: yes
Signed-off-by: Timo Aaltonen <timo.aaltonen@canonical.com>
  • Loading branch information
Timo Aaltonen committed Dec 15, 2020
1 parent 7d155a2 commit 6b543b2
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian.oem/config/annotations
Original file line number Diff line number Diff line change
@@ -10825,7 +10825,7 @@ CONFIG_SYSFS_DEPRECATED policy<{'amd64': 'n', 'arm64': '
CONFIG_RELAY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 's390x': 'y'}>
CONFIG_BOOT_CONFIG policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 's390x': 'y'}>
CONFIG_LD_DEAD_CODE_DATA_ELIMINATION policy<{'ppc64el': 'n'}>
CONFIG_BPF_LSM policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'ppc64el': 'n', 's390x': 'n'}>
CONFIG_BPF_LSM policy<{'amd64': 'y', 'arm64': 'n', 'armhf': 'n', 'ppc64el': 'n', 's390x': 'n'}>
CONFIG_BPF_SYSCALL policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 's390x': 'y'}>
CONFIG_BPF_JIT_ALWAYS_ON policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 's390x': 'y'}>
CONFIG_USERFAULTFD policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 's390x': 'y'}>
2 changes: 1 addition & 1 deletion debian.oem/config/config.common.ubuntu
Original file line number Diff line number Diff line change
@@ -779,7 +779,7 @@ CONFIG_BPF_JIT=y
CONFIG_BPF_JIT_ALWAYS_ON=y
CONFIG_BPF_JIT_DEFAULT_ON=y
CONFIG_BPF_KPROBE_OVERRIDE=y
# CONFIG_BPF_LSM is not set
CONFIG_BPF_LSM=y
# CONFIG_BPF_PRELOAD is not set
CONFIG_BPF_STREAM_PARSER=y
CONFIG_BPF_SYSCALL=y

0 comments on commit 6b543b2

Please sign in to comment.