selinux-policy/mls/domains/program/unused/rssh.te
2005-11-22 19:28:03 +00:00

14 lines
275 B
Plaintext

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