Skip to content

Commit

Permalink
selinux: allow read /proc/<pid>/cmdline
Browse files Browse the repository at this point in the history
we read /proc/<pid>/cmdline to figure out who is terminating us.

Fixes: http://tracker.ceph.com/issues/16675
Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Jul 19, 2016
1 parent 12c0683 commit b05b41e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions selinux/ceph.te
Expand Up @@ -75,6 +75,8 @@ corecmd_exec_shell(ceph_t)

dev_read_urand(ceph_t)

domain_read_all_domains_state(ceph_t)

fs_getattr_all_fs(ceph_t)

auth_use_nsswitch(ceph_t)
Expand Down

0 comments on commit b05b41e

Please sign in to comment.