]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
selinux: Allow ceph daemons to read net stats 13945/head
authorBoris Ranto <branto@redhat.com>
Mon, 13 Mar 2017 16:51:45 +0000 (17:51 +0100)
committerBoris Ranto <branto@redhat.com>
Mon, 13 Mar 2017 16:51:48 +0000 (17:51 +0100)
Fixes: http://tracker.ceph.com/issues/19254
Signed-off-by: Boris Ranto <branto@redhat.com>
selinux/ceph.te

index 4eab40d8fc56b1334efd2896060bed9e5360ef44..5c6bb8ea29ff16652a2f26d3b40d55ee8011e681 100644 (file)
@@ -58,6 +58,7 @@ manage_files_pattern(ceph_t, ceph_var_run_t, ceph_var_run_t)
 manage_lnk_files_pattern(ceph_t, ceph_var_run_t, ceph_var_run_t)
 
 kernel_read_system_state(ceph_t)
+kernel_read_network_state(ceph_t)
 
 corenet_all_recvfrom_unlabeled(ceph_t)
 corenet_all_recvfrom_netlabel(ceph_t)