Allow git_script_t to create link on NFS

This commit is contained in:
Pierre-Yves Chibon 2015-06-04 10:34:30 +02:00
parent 0897e5d042
commit 3108b3b1fe

View file

@ -25,3 +25,6 @@ term_getattr_all_ptys(httpd_git_script_t);
term_getattr_all_ttys(httpd_git_script_t);
# Do not audit attempts to get the attributes of generic pty devices.
term_dontaudit_getattr_generic_ptys(httpd_git_script_t);
# Allow upload.cgi to make link on nfs
allow git_script_t nfs_t:file { unlink link };