Skip to content

Commit

Permalink
Update chromium.te
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalOughtness authored Jan 5, 2025
1 parent d592fed commit 9bf5f58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/scripts/selinux/chromium/chromium.te
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ optional_policy(`
type hwdata_t;
type init_t;
type net_conf_t;
type passwd_file_t;
type proc_t;
type root_t;
type session_dbusd_tmp_t;
Expand Down Expand Up @@ -86,6 +87,7 @@ optional_policy(`
allow chromium_t init_t:dir search;
allow chromium_t net_conf_t:file { getattr open read };
allow chromium_t net_conf_t:lnk_file { getattr read };
allow chromium_t passwd_file_t:file { getattr open red };
allow chromium_t proc_t:filesystem associate;
allow chromium_t root_t:dir watch;
allow chromium_t self:netlink_route_socket nlmsg_read;
Expand Down

0 comments on commit 9bf5f58

Please sign in to comment.