Allow git_script_t to create link on NFS
This commit is contained in:
parent
0897e5d042
commit
3108b3b1fe
1 changed files with 3 additions and 0 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue