Skip to content

Conversation

etbe
Copy link
Contributor

@etbe etbe commented Sep 23, 2025

No description provided.

Signed-off-by: Russell Coker <[email protected]>
allow games_t self:fifo_file rw_fifo_file_perms;
allow games_t self:sem create_sem_perms;
allow games_t self:tcp_socket { accept listen };
allow games_t self:process getsched;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move up to line 91.


manage_dirs_pattern(games_t, games_tmp_t, games_tmp_t)
manage_files_pattern(games_t, games_tmp_t, games_tmp_t)
allow games_t games_tmp_t:file map;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mmap_manage_files_pattern

corenet_sendrecv_generic_client_packets(games_t)
corenet_tcp_connect_generic_port(games_t)

corenet_udp_bind_generic_node(games_t)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There isn't a udp bind for port(s).

userdom_manage_user_tmp_files(games_t)
userdom_manage_user_tmp_symlinks(games_t)
userdom_manage_user_tmp_sockets(games_t)
userdom_use_user_ptys(games_t)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use userdom_use_inherited_user_terminals().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants