generated from ublue-os/image-template
-
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.
- Loading branch information
Showing
6 changed files
with
35 additions
and
3 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
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
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
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
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,17 @@ | ||
(block filebrowser | ||
(blockinherit container) | ||
(blockinherit restricted_net_container) | ||
(allow process http_cache_port_t ( tcp_socket ( name_bind ))) | ||
(allow process container_file_t ( dir ( add_name create getattr ioctl lock open read remove_name rmdir search setattr write ))) | ||
(allow process container_file_t ( file ( append create getattr ioctl lock map open read rename setattr unlink write ))) | ||
(allow process container_file_t ( fifo_file ( getattr read write append ioctl lock open ))) | ||
(allow process container_file_t ( sock_file ( append getattr open read write ))) | ||
(allow process mnt_t ( dir ( add_name create getattr ioctl lock open read remove_name rmdir search setattr write ))) | ||
(allow process mnt_t ( file ( append create getattr ioctl lock map open read rename setattr unlink write ))) | ||
(allow process mnt_t ( fifo_file ( getattr read write append ioctl lock open ))) | ||
(allow process mnt_t ( sock_file ( append getattr open read write ))) | ||
(allow process unlabeled_t ( dir ( add_name create getattr ioctl lock open read remove_name rmdir search setattr write ))) | ||
(allow process unlabeled_t ( file ( append create getattr ioctl lock map open read rename setattr unlink write ))) | ||
(allow process unlabeled_t ( fifo_file ( getattr read write append ioctl lock open ))) | ||
(allow process unlabeled_t ( sock_file ( append getattr open read write ))) | ||
) |
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,11 @@ | ||
(block minio | ||
(blockinherit container) | ||
(blockinherit restricted_net_container) | ||
(allow process process (capability (chown dac_override fowner fsetid kill net_bind_service setfcap setgid setpcap setuid sys_chroot))) | ||
|
||
(allow process http_port_t (tcp_socket (name_bind))) | ||
(allow process container_file_t (dir (add_name create getattr ioctl lock open read remove_name rmdir search setattr write))) | ||
(allow process container_file_t (file (append create getattr ioctl lock map open read rename setattr unlink write))) | ||
(allow process container_file_t (fifo_file (getattr read write append ioctl lock open))) | ||
(allow process container_file_t (sock_file (append getattr open read write))) | ||
) |