]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
sshd needs to manage content in fusefs homedir
authorDan Walsh <dwalsh@redhat.com>
Mon, 24 Jan 2011 15:51:58 +0000 (10:51 -0500)
committerDan Walsh <dwalsh@redhat.com>
Mon, 24 Jan 2011 15:51:58 +0000 (10:51 -0500)
policy/modules/services/ssh.te

index 1d1b95fcef2e1788e4c6f2425f2e24ddf6af42f5..7230490577a7acb6a2b5ec9e6040da005e526d3a 100644 (file)
@@ -184,6 +184,11 @@ tunable_policy(`allow_ssh_keysign',`
        domtrans_pattern(ssh_t, ssh_keysign_exec_t, ssh_keysign_t)
 ')
 
+tunable_policy(`use_fusefs_home_dirs',`
+       fs_manage_fusefs_dirs(ssh_t)
+       fs_manage_fusefs_files(ssh_t)
+')
+
 tunable_policy(`use_nfs_home_dirs',`
        fs_manage_nfs_dirs(ssh_t)
        fs_manage_nfs_files(ssh_t)