README $Id: README,v 1.1 2000/02/19 00:08:02 tom Exp tom $

=====================================================

README for arsh (Another Restricted SHell)

=====================================================



edit and copy arshrc to /etc/arshrc, read the comments
inside for informations about the format.
... more to come

copy arsh to /bin/arsh and create a user with shell 
/bin/arsh. That's all about it.



=====================================================
Special feature: Logging.
	arsh an log everything the use actually does
	to the syslog daemon. You may need the module
	Unix::Syslog from CPAN.
	If you want to acticate logging, call arsh
	with -l, i.e.: "/bin/arsh -l"
	The configured facility is "local0". But on my 
	systems it uses "user" instead. Therefore I
	provided my syslog.conf as an example. If it
	does not work, start syslogd from the console
	and send it a SIGUSR1 signal (turns on debug 
	mode), it's output tells you, which facility
	arsh uses...

Special feature: chroot

	you will need to set up /sbin/chroot suid root,
	be carefull, better try virtuald.
	look at the configfile for the apropriate option.	
