-
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.
Allow jellyfin to map/execute tmpfs_t
- Loading branch information
1 parent
753d0c1
commit e72ff1a
Showing
2 changed files
with
10 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,9 @@ | ||
(block container_jellyfin | ||
(blockinherit container) | ||
(blockinherit net_container) | ||
|
||
(allow process user_home_t ( dir ( watch getattr ioctl lock open read search ))) | ||
(allow process user_home_t ( file ( watch getattr ioctl lock open read ))) | ||
|
||
(allow process tmpfs_t (file (execute map))) | ||
) |
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