Skip to content

Commit

Permalink
undo the patch which is only needed on centos7
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@13347 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Aug 14, 2016
1 parent 0157865 commit c39684b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/selinux/cups_xpra/cups_xpra.te
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require {
type udev_var_run_t;
role system_r;
class capability dac_override;
class process { signal transition sigchld execmem };
class process { signal transition sigchld };
class fd { use };
class dir { getattr search open read lock ioctl };
class fifo_file { getattr read write append ioctl lock };
Expand Down Expand Up @@ -42,8 +42,6 @@ dev_read_sysfs(cups_xpra_t)
#logging_send_audit_msgs(cupsd_t)
logging_send_syslog_msg(cups_xpra_t)

allow cups_xpra_t self:process execmem;

allow cups_xpra_t self:capability dac_override;
allow cups_xpra_t self:netlink_kobject_uevent_socket create_socket_perms;

Expand Down

0 comments on commit c39684b

Please sign in to comment.