Chris PeBenito 0fbfa5
#DESC Rssh - Restricted (scp/sftp) only shell
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# Authors: Colin Walters <walters@verbum.org>
Chris PeBenito 0fbfa5
# X-Debian-Package: rssh
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
type rssh_exec_t, file_type, sysadmfile, exec_type;
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
ifdef(`ssh.te',`
Chris PeBenito 0fbfa5
allow sshd_t rssh_exec_t:file r_file_perms;
Chris PeBenito 0fbfa5
')
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
# See rssh_macros.te for the rest.