Skip to content

awillis/oracle-selinux

Repository files navigation

oracle-selinux

SELinux policy module for Oracle

Features

This policy has been tested with Oracle Enterprise 19c on CentOS 8

Supported:

  • The dbca configuration tool works with X11 over ssh
  • Listener and database processes are separated into their own SELinux domains

Troubleshooting

This policy may be used in permissive mode, which can be enabled by setenforce permissive.

Use semodule -DB to rebuild the system policy without "dontaudit" rules. This will reveal access denial messages that are normally hidden.

After taking both of these steps, cat <audit log> | audit2allow -R will reveal any additional rules that should be considered for inclusion in this policy.

Building

The simplest way to setup an environment suitable for building rpms is to install the rpmdevtools package and run rpmdev-setuptree

Afterwards you can download the source tarball from the releases page and run: rpmbuild -ta oracle-selinux-<version>.tar.gz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages