diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-22 00:41:15 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-22 00:41:15 -0400 |
commit | 1441a042b614197af04e6f9984056d9a8ecb859e (patch) | |
tree | c70e07438e221acb8b81eac88cf174355ea432c7 /src/file/homefile/userhomefile/userhomeshellrcfile.cil | |
parent | d057045b486f160b0acf2997389c5f74bd50eea2 (diff) | |
download | selinux-policy-1441a042b614197af04e6f9984056d9a8ecb859e.tar.gz |
tweak module names to make them more readable
Diffstat (limited to 'src/file/homefile/userhomefile/userhomeshellrcfile.cil')
-rw-r--r-- | src/file/homefile/userhomefile/userhomeshellrcfile.cil | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/file/homefile/userhomefile/userhomeshellrcfile.cil b/src/file/homefile/userhomefile/userhomeshellrcfile.cil deleted file mode 100644 index a620ccf..0000000 --- a/src/file/homefile/userhomefile/userhomeshellrcfile.cil +++ /dev/null @@ -1,17 +0,0 @@ -(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)))) - |