Skip to content

Commit

Permalink
Another selinux policy update
Browse files Browse the repository at this point in the history
  • Loading branch information
arlake228 committed Mar 7, 2024
1 parent 9ae7df1 commit bbaabc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolkit/perfsonar-toolkit/selinux/perfsonar-toolkit.te
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require {
type systemd_unit_file_t;
class dbus { send_msg };
class dir { ioctl read write getattr lock search open add_name remove_name };
class file { getattr open read unlink ioctl lock execute execute_no_trans create write };
class file { getattr open read unlink ioctl lock execute execute_no_trans create write rename };
class lnk_file { read getattr };
class system { status };
class rawip_socket { create };
Expand Down Expand Up @@ -101,5 +101,5 @@ allow httpd_t sysctl_net_t:file { getattr ioctl open read };

#misc
allow httpd_t httpd_sys_content_t:dir { ioctl read write getattr lock search open add_name remove_name };
allow httpd_t httpd_sys_content_t:file { create getattr ioctl open read write };
allow httpd_t httpd_sys_content_t:file { create getattr ioctl open read write rename unlink };
allow httpd_t self:netlink_generic_socket create;

0 comments on commit bbaabc8

Please sign in to comment.