blob: a620ccfc22affaae3877067850ac31569f5a662f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
(block shellrc
(block user
(block home
(blockinherit .file.home.user.template)
(filecon "HOME_DIR/\.bashrc" file file_context)
(filecon "HOME_DIR/\.bashrc" symlink file_context)
(filecon "HOME_DIR/\.bash_profile" file file_context)
(filecon "HOME_DIR/\.bash_profile" symlink file_context)
(filecon "HOME_DIR/\.bash_logout" file file_context)
(filecon "HOME_DIR/\.bash_logout" symlink file_context)
(filecon "HOME_DIR/\.zshrc" file file_context)
(filecon "HOME_DIR/\.zshrc" symlink file_context)
(filecon "HOME_DIR/\.zprofile" file file_context)
(filecon "HOME_DIR/\.zprofile" symlink file_context)
(filecon "HOME_DIR/\.zenv" file file_context)
(filecon "HOME_DIR/\.zenv" symlink file_context))))
|