Skip to content

Commit

Permalink
added missing permissions for prometheus node exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticaltech committed May 24, 2024
1 parent c118ec1 commit 4bcea58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ EOF
allow container_t etc_t:sock_file { create unlink };
allow container_t usr_t:dir { add_name create getattr link lock read rename remove_name reparent rmdir setattr unlink search write };
allow container_t usr_t:file { append create execute getattr link lock read rename setattr unlink write };
allow container_t container_file_t:file { open read write append getattr setattr };
allow container_t container_file_t:file { open read write append getattr setattr lock };
allow container_t container_file_t:sock_file watch;
allow container_t container_log_t:file { open read write append getattr setattr watch };
allow container_t container_share_t:dir { read write add_name remove_name };
Expand Down

0 comments on commit 4bcea58

Please sign in to comment.