Merge pull request #346 from jpds/tmux-xdg-config

This commit is contained in:
Chris PeBenito 2021-02-02 08:47:31 -05:00
commit 460cd1a4b1
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
HOME_DIR/\.config/tmux(/.*)? -- gen_context(system_u:object_r:screen_home_t,s0)
HOME_DIR/\.screen(/.*)? gen_context(system_u:object_r:screen_home_t,s0)
HOME_DIR/\.screenrc -- gen_context(system_u:object_r:screen_home_t,s0)
HOME_DIR/\.tmux\.conf -- gen_context(system_u:object_r:screen_home_t,s0)

View File

@ -110,3 +110,7 @@ tunable_policy(`use_nfs_home_dirs',`
fs_manage_nfs_named_pipes(screen_domain)
fs_read_nfs_symlinks(screen_domain)
')
optional_policy(`
xdg_search_config_dirs(screen_domain)
')