intial centos(el8) support added

This commit is contained in:
2021-01-16 18:16:15 +01:00
parent e0e312c393
commit c3269c29f3
3 changed files with 56 additions and 13 deletions

View File

@@ -0,0 +1,6 @@
[mongodb-org-MOGOVER]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/MOGOVER/x86_64/
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-MOGOVER.asc

View File

@@ -0,0 +1,12 @@
module mongodb_cgroup_memory 1.0;
require {
type cgroup_t;
type mongod_t;
class dir search;
class file { getattr open read };
}
#============= mongod_t ==============
allow mongod_t cgroup_t:dir search;
allow mongod_t cgroup_t:file { getattr open read };