Skip to content

Commit

Permalink
Allow mozilla_plugin_t to setcap (#981796)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrabcak committed Aug 22, 2014
1 parent 51c1bfe commit c9b3520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mozilla.te
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ optional_policy(`
dontaudit mozilla_plugin_t self:capability { sys_admin ipc_lock sys_nice sys_tty_config };
dontaudit mozilla_plugin_t self:capability2 block_suspend;

allow mozilla_plugin_t self:process { setpgid getsched setsched signal_perms execmem execstack setrlimit transition };
allow mozilla_plugin_t self:process { setcap setpgid getsched setsched signal_perms execmem execstack setrlimit transition };
allow mozilla_plugin_t self:netlink_route_socket r_netlink_socket_perms;
allow mozilla_plugin_t self:netlink_socket create_socket_perms;
allow mozilla_plugin_t self:tcp_socket create_stream_socket_perms;
Expand Down

0 comments on commit c9b3520

Please sign in to comment.