Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalOughtness authored Jan 5, 2025
1 parent 7a9b6be commit 02dcf63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions files/scripts/selinux/chromium/chromium.te
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ optional_policy(`
allow chromium_t config_home_t:lnk_file { create unlink };
allow chromium_t config_home_t:dir { add_name create read remove_name rename rmdir write };
allow chromium_t data_home_t:dir { add_name read write };
allow chromium_t data_home_t:file create_socket_perms;
allow chromium_t data_home_t:file { create ioctl };
allow chromium_t data_home_t:file { create ioctl create_socket_perms };
allow chromium_t data_home_t:lnk_file { read };
allow chromium_t etc_t:file map;
allow chromium_t hwdata_t:file { getattr open read };
Expand Down

0 comments on commit 02dcf63

Please sign in to comment.