tripleo-image-elements/elements/selinux
Jenkins e832991f90 Merge "Fix Fedora builds on Ubuntu" 2014-08-14 15:05:29 +00:00
..
bin Merge "Fix Fedora builds on Ubuntu" 2014-08-14 15:05:29 +00:00
custom-policies Merge "Custom policy for ssh-keygen failure" 2014-08-14 11:05:47 +00:00
install.d Merge "Fix Fedora builds on Ubuntu" 2014-08-14 15:05:29 +00:00
os-refresh-config/configure.d Compile and install custom SELinux policies 2014-07-31 09:27:31 -07:00
README.md Additional SELinux scripts 2014-07-22 17:08:01 -07:00

README.md

An element containing SELinux scripts

  • bin/add-selinux-file-context

Adds a file context type to a file or a directory. It is a wrapper script around semanage fcontext -a -t .

  • bin/add-selinux-path-substitution

Adds a path substitution from a source to a target path. Can be used to indicate the SELinux rules that normally apply to the packaged version of nova at /usr/bin/nova (source path) should also be applied to the source version at /opt/stack/venvs/nova/bin/nova (target path).

  • bin/restore-selinux-file-context

Recursively restores the file context on a file or directory. It is a wrapper script around restorecon -Rv .