Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F40 backports #2440

Open
wants to merge 2 commits into
base: f40
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions policy/modules/contrib/chronyd.te
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ optional_policy(`
gpsd_rw_shm(chronyd_t)
')

optional_policy(`
networkmanager_read_pid_files(chronyd_t)
')

optional_policy(`
virt_read_lib_files(chronyd_t)
')
Expand Down
1 change: 1 addition & 0 deletions policy/modules/contrib/tlp.te
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ systemd_unit_file(tlp_unit_file_t)
# tlp local policy
#
allow tlp_t self:capability { net_admin setgid setuid sys_admin sys_rawio };
allow tlp_t self:process setpgid;
allow tlp_t self:unix_stream_socket create_stream_socket_perms;
allow tlp_t self:udp_socket create_socket_perms;
allow tlp_t self:unix_dgram_socket create_socket_perms;
Expand Down
Loading