summaryrefslogtreecommitdiffstats
path: root/rules/flash.in
blob: f5c8dc7003d234e98274ccf057c3bd7bc74fd352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=applications
config FLASH
	tristate
	select NCURSES
	prompt "flash [BROKEN]"
	depends on BROKEN
	help
	  Flash is an attempt to address the security
	  problems associated with giving local unix
	  users full shell access. It is a (hopefully)
	  secure shell which will only execute administrator
	  defined programs, while also being very user
	  friendly. Flash is fully windowed (using an
	  ncurses interface).