Skip to content

Commit

Permalink
enable SECURITY_TIOCSTI_RESTRICT by default
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed May 4, 2017
1 parent 4385712 commit 27080a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ config SECURITY_DMESG_RESTRICT

config SECURITY_TIOCSTI_RESTRICT
bool "Restrict unprivileged use of tiocsti command injection"
default n
default y
help
This enforces restrictions on unprivileged users injecting commands
into other processes which share a tty session using the TIOCSTI
Expand Down

0 comments on commit 27080a8

Please sign in to comment.