Displaying 5 results from an estimated 5 matches for "initrc_var_run_t".
2008 Dec 06
0
Trying to setting a selinux policy to Nagios 3.0.6 on CentOS 5.2 .
....print_missing_requirements: nagios's global requirements were not met:
type/attribute nagios_t
libsemanage.semanage_link_sandbox: Link packages failed
semodule: Failed!
# cat nagios.te
module nagios 1.0;
require {
type nagios_t;
type sbin_t;
type ping_t;
type initrc_var_run_t;
type var_t;
type httpd_nagios_script_t;
class dir { read write search add_name remove_name };
class fifo_file { write getattr read create };
class file { rename setattr read create write getattr unlink };
}
#============= httpd_nagios_script_t =============...
2015 Jun 30
6
RPC server not available when windows client attempts to join samba AD
I am installing a new Samba 4.2 Active Directory server on CentOS 7. I
followed the Wiki instructions on how to create the server. I am using
sernet-samba 4.2 binaries. Everything seems to be OK on the Linux side but
I cannot get any windows client to successfully join the domain. Each
attempt returns the following error message "RPC Server in not available".
Below are the config file
2009 Oct 04
2
deliver stopped working
...ol_t;
type system_dbusd_t;
type mysqld_etc_t;
type initrc_t;
type proc_t;
type restorecond_t;
type etc_runtime_t;
type postfix_bounce_t;
type ntpd_t;
type kernel_t;
type postfix_master_t;
type rpcd_t;
type dovecot_t;
type klogd_t;
type udev_t;
type clamd_t;
type mysqld_port_t;
type initrc_var_run_t;
type var_t;
type postfix_qmgr_t;
type postfix_pipe_t;
type crond_t;
class process ptrace;
class unix_stream_socket connectto;
class tcp_socket { name_bind name_connect };
class file { rename execute read lock create ioctl execute_no_trans write getattr link
unlink };
class sock_file { set...
2006 May 05
2
SElinux and Samba
Ok, so there is not a problem with SElinux and Samba. But it is a
pain to set up so it will work right. I finally figured out how to
set up SE and Samba so you can be able to write and delete files.
I found in one of that man pages "man samba_selinux", you can just
disable SE for samba. I am sure there are other ways also but this
is what I have found so far. I tried to just
2006 Jul 12
3
Fedora packages or Enterprise packages of Samba on RHEL4?
Hello,
Can somebody of the Samba team explain me the difference of Fedora packages
or Enterprise packages ( <http://enterprisesamba.com/>
http://enterprisesamba.com/) of Samba on Red Hat Enterprise Linux 4?
I tried to find any information about this subject, but googleing doesn't
help me.
The standard Samba package (3.0.10EL) of RHEL4 doesn't communicate with a
W2k3 server