blob: 8c03d55b46a5830abae5845e94c1a549a84c0a45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
(block shellexec
(block conf
(blockinherit .file.conf.template)
(filecon "/etc/profile" file file_context)
(filecon "/etc/profile\.env" file file_context)
(filecon "/etc/profile\.d" dir file_context)
(filecon "/etc/profile\.d/.*" file file_context)
(filecon "/etc/bash" dir file_context)
(filecon "/etc/bash/.*" file file_context)
(filecon "/etc/zsh" dir file_context)
(filecon "/etc/zsh/.*" file file_context)))
|