Skip to content

Commit

Permalink
Merge branch 'containers:main' into improve-disk
Browse files Browse the repository at this point in the history
  • Loading branch information
pengshanyu authored Mar 5, 2025
2 parents 40d21e5 + 6e15f6c commit c72d172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qm.if
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ template(`qm_domain_template',`
manage_lnk_files_pattern($1_t, $1_file_type, $1_file_type)
manage_sock_files_pattern($1_t, $1_file_type, $1_file_type)
fs_tmpfs_filetrans($1_t, $1_file_t, { dir file lnk_file })
allow $1_t $1_file_type:chr_file { watch watch_reads };
allow $1_t $1_file_type:chr_file { watch watch_reads map };
allow $1_t $1_file_type:dir { mounton relabelfrom relabelto };
allow $1_t $1_file_type:filesystem all_filesystem_perms;

Expand Down

0 comments on commit c72d172

Please sign in to comment.