search for: sepol

Displaying 6 results from an estimated 6 matches for "sepol".

Did you mean: sepal
2019 Jan 29
2
error witch rsat
...the remainder is interpreted as a port number; > #                 otherwise default to port 4242. > module-store = direct > > # When generating the final linked and expanded policy, by default > # semanage will set the policy version to POLICYDB_VERSION_MAX, as > # given in <sepol/policydb.h>.  Change this setting if a different > # version is necessary. > #policy-version = 19 > > # expand-check check neverallow rules when executing all > semanage commands. > # Large penalty in time if you turn this on. > expand-check=0 > > # By default, sema...
2015 Mar 10
0
Fail2Ban Centos 7 is there a trick to making it work?
...=x at harte-lyne.ca, sendername=Fail2Ban] > logpath = /var/log/secure > maxretry = 5 > I?m using fail2ban with the -firewalld and -systemd modules, and I had to setup some SELinux rules to make it working right. This is the policy I add to the CentOS 7 machines: module fail2ban-journal-sepol-new 1.0; require { type fail2ban_client_exec_t; type logrotate_t; type fail2ban_t; type syslogd_var_run_t; class dir read; class file { ioctl read execute execute_no_trans open getattr }; } #============= fail2ban_t ============== #!!!! This avc is...
2019 Jan 24
6
error witch rsat
I followed this guide: the user who gives permission to the network share is without problems but at the file system level I do not understand the user using the acl. What should I do? Il 24/01/2019 18:32, Rowland Penny via samba ha scritto: > On Thu, 24 Jan 2019 18:19:45 +0100 > marco pirola via samba <samba at lists.samba.org> wrote: > >> This is my smb.conf of the member
2019 Jan 29
1
error witch rsat
...a colon #                 then the remainder is interpreted as a port number; #                 otherwise default to port 4242. module-store = direct # When generating the final linked and expanded policy, by default # semanage will set the policy version to POLICYDB_VERSION_MAX, as # given in <sepol/policydb.h>.  Change this setting if a different # version is necessary. #policy-version = 19 # expand-check check neverallow rules when executing all semanage commands. # Large penalty in time if you turn this on. expand-check=0 # By default, semanage will generate policies for the SELinux ta...
2019 Jan 29
0
error witch rsat
...preted as a port number; >> #                 otherwise default to port 4242. >> module-store = direct >> >> # When generating the final linked and expanded policy, by default >> # semanage will set the policy version to POLICYDB_VERSION_MAX, as >> # given in <sepol/policydb.h>.  Change this setting if a different >> # version is necessary. >> #policy-version = 19 >> >> # expand-check check neverallow rules when executing all >> semanage commands. >> # Large penalty in time if you turn this on. >> expand-check=0 &gt...
2015 Mar 10
2
Fail2Ban Centos 7 is there a trick to making it work?
On Mon, March 9, 2015 13:11, John Plemons wrote: > Been working on fail2ban, and trying to make it work with plain Jane > install of Centos 7 > > Machine is a HP running 2 Quad core Xeons, 16 gig or ram and 1 plus TB > of disk space. Very generic and vanilla. > > Current available epel repo version is fail2ban-0.9.1 > > Looking at the log file, fail2ban starts and stops