-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- and allow caddy to connect to alist/comiclib
- Loading branch information
1 parent
6253ed1
commit 6dc99b4
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
(block container_alist | ||
(blockinherit container) | ||
(blockinherit restricted_net_container) | ||
|
||
(allow process user_home_t ( dir ( watch add_name create getattr ioctl lock open read remove_name rmdir search setattr write ))) | ||
(allow process user_home_t ( file ( watch append create getattr ioctl lock map open read rename setattr unlink write ))) | ||
|
||
(allow process port_type ( tcp_socket ( name_connect recv_msg send_msg ))) | ||
(allow process port_type ( udp_socket ( recv_msg send_msg ))) | ||
) |
This file contains 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