Skip to content

Commit

Permalink
feat(yocto/selinux): add SELinux for rock64
Browse files Browse the repository at this point in the history
  • Loading branch information
nikAizuddin committed Jul 18, 2023
1 parent ee28c34 commit 0805a9e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions project/yocto/build/conf/multiconfig/rock64.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
MACHINE = "rock64"

SERIAL_CONSOLES = "115200;ttyS2"

#
# Enable SELinux
#
CMDLINE:append = " \
selinux=1 \
security=selinux \
"

0 comments on commit 0805a9e

Please sign in to comment.