Skip to content

Commit

Permalink
enable IO_STRICT_DEVMEM by default
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger authored and anthraxx committed Apr 4, 2020
1 parent db1d27e commit 103d23c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -1514,6 +1514,7 @@ config STRICT_DEVMEM
config IO_STRICT_DEVMEM
bool "Filter I/O access to /dev/mem"
depends on STRICT_DEVMEM
default y
help
If this option is disabled, you allow userspace (root) access to all
io-memory regardless of whether a driver is actively using that
Expand Down

0 comments on commit 103d23c

Please sign in to comment.