Created
October 12, 2025 05:16
-
-
Save jkeam/cd0a9141f75b4b5969fa591e5fda9c3f to your computer and use it in GitHub Desktop.
Gnome Remote Login on Fedora
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module grd 1.0; | |
| require { | |
| type system_dbusd_t; | |
| type unconfined_service_t; | |
| type xdm_t; | |
| class tcp_socket { getattr getopt read setopt shutdown write }; | |
| } | |
| allow system_dbusd_t unconfined_service_t:tcp_socket { read write }; | |
| allow xdm_t unconfined_service_t:tcp_socket { getattr getopt read setopt shutdown write }; |
Author
jkeam
commented
Oct 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment