Skip to content

Commit

Permalink
config: disable SELinux
Browse files Browse the repository at this point in the history
CONFIG_LSM is a new option which can be used to enable SELinux. Base
Fedora config does that. When disabled at runtime only, SELinux-aware
kernel will refuse setting securit.selinux xattr, breaking multiple
tools, including initramfs generation (cp --preserve=xattr fails).
  • Loading branch information
marmarek committed May 15, 2019
1 parent c68ee34 commit 98cd4d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config-qubes
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ CONFIG_SECURITY_YAMA=y

# CONFIG_DEFAULT_SECURITY_SELINUX is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_LSM="yama,loadpin,safesetid,integrity"


################################################################################
Expand Down

0 comments on commit 98cd4d1

Please sign in to comment.