Displaying 11 results from an estimated 11 matches for "semanage_link_sandbox".
2015 Apr 01
1
SEmodule dependency hell.
...But this is not
security it is simply BS.
It is stuff like this that causes people to say just turn selinux off
altogether.
semodule -r apache
libsepol.print_missing_requirements: awstats's global requirements
were not met: type/attribute httpd_log_t (No such file or directory).
libsemanage.semanage_link_sandbox: Link packages failed (No such file
or directory).
semodule: Failed!
semodule -r awstats
semodule -r apache
libsepol.print_missing_requirements: bugzilla's global requirements
were not met: type/attribute httpd_t (No such file or directory).
libsemanage.semanage_link_sandbox: Link packages f...
2010 May 27
5
sandbox complaint
Updating a system from CentOS 5.4 (current) to 5.5, and I see:
libsepol.scope_copy_callback: zosremote: Duplicate declaration in module:
type/attribute zos_remote_t
libsemanage.semanage_link_sandbox: Link packages failed
semodule: Failed!
Any ideas as to what's going on, or why?
mark "glad selinux is disabled on that box"
2015 Jun 17
2
selinux allow apache log access
...-i zabbix.pp
Thanks for your response! However this is what happens when I try to
install the module:
[root at monitor2:~] #semodule -i zabbix.pp
libsepol.print_missing_requirements: zabbix's global requirements were not
met: type/attribute zabbix_t (No such file or directory).
libsemanage.semanage_link_sandbox: Link packages failed (No such file or
directory).
semodule: Failed!
Any other thoughts?
Thanks,
Tim
On Wed, Jun 17, 2015 at 5:32 AM, Harold Toms <h.toms at qmul.ac.uk> wrote:
> Try something like:
>
> grep zabbix /var/log/audit/audit.log | audit2allow -M zabbix
> semodule -...
2007 Jul 19
1
semodule - global requirements not met
...ute execute_no_trans read };
allow amavis_t var_lib_t:dir search;
- now I do 'semodule -i amavis.pp' to load the module- but instead of
working I instead get this error:
libsepol.print_missing_requirements: amavis's global requirements were
not met: type/attribute amavis_t
libsemanage.semanage_link_sandbox: Link packages failed
semodule: Failed!
Anyone know the next step I'm supposed to take to fix this? Previous
modules I've made have just happily loaded at that point...
Cheers,
Tony
2015 Jun 20
2
puppet files denied by SELinux
...kage active, execute:
semodule -i puppet.pp
But in installing the module I get an error I've never seen before:
#semodule -i puppet.pp
libsepol.print_missing_requirements: foreman's global requirements were not
met: type/attribute puppet_var_lib_t (No such file or directory).
libsemanage.semanage_link_sandbox: Link packages failed (No such file or
directory).
semodule: Failed!
I will say that I'm getting much better at working through SELinux issues.
I've come a long way from when I was taught by a senior admin I was working
with to 'always disable selinux' to now making an effort to w...
2015 Jun 17
0
selinux allow apache log access
...r response! However this is what happens when I try to
> install the module:
>
> [root at monitor2:~] #semodule -i zabbix.pp
> libsepol.print_missing_requirements: zabbix's global requirements were not
> met: type/attribute zabbix_t (No such file or directory).
> libsemanage.semanage_link_sandbox: Link packages failed (No such file or
> directory).
> semodule: Failed!
>
>
> Any other thoughts?
>
> Thanks,
> Tim
>
>
That's because there's already a zabbix module loaded (the message isn't
very informative!). I forgot that the received wisdom is to...
2008 Dec 06
0
Trying to setting a selinux policy to Nagios 3.0.6 on CentOS 5.2 .
...dit.log | audit2allow -M nagios
******************** IMPORTANT ***********************
To make this policy package active, execute:
semodule -i nagios.pp
# semodule -i nagios.pp
libsepol.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...
2014 Aug 17
0
centos6 selinux-policy-targeted not getting installed properly from kickstart
Hi,
I'm using this kickstart to build a centos AMI,
https://gist.github.com/andrewklau/9c354a43976d951bdedd
For some reason, selinux isn't getting installed correctly, on first boot:
$ semodule -B
libsemanage.semanage_link_sandbox: Could not access sandbox base file
/etc/selinux/targeted/modules/tmp/base.pp. (No such file or directory).
semodule: Failed!
Proceeding to do anything else selinux related fails as well. The only
solution has so far been to yum reinstall selinux-policy-targeted
Anyone know why this could be hap...
2015 Jun 16
2
selinux allow apache log access
Hey guys,.
I have a centos 7 machine I'm using as a zabbix server. And I noticed that
apache won't start, with this complaint in the error log:
(13)Permission denied: AH00091: httpd: could not open error log file
/var/log/zabbix_error_log.
AH00015: Unable to open logs
I tried having a look at audit2allow and this is the response I get back:
[root at monitor2:/etc/httpd] #grep http
2015 Jun 17
2
selinux allow apache log access
...is what happens when I try to
>> install the module:
>>
>> [root at monitor2:~] #semodule -i zabbix.pp
>> libsepol.print_missing_requirements: zabbix's global requirements were not
>> met: type/attribute zabbix_t (No such file or directory).
>> libsemanage.semanage_link_sandbox: Link packages failed (No such file or
>> directory).
>> semodule: Failed!
>>
>>
>> Any other thoughts?
>>
>> Thanks,
>> Tim
>>
>>
>>
> That's because there's already a zabbix module loaded (the message isn't
> ver...
2012 Jun 15
1
Puppet + Passenger SELinux issues
...ut when I try to add the new policy via
"semodule -i puppet_passenger.pp" I get the following
# semodule -i puppet_passenger.pp
libsepol.print_missing_requirements: puppet_passenger's global requirements
were not met: type/attribute passenger_t (No such file or directory).
libsemanage.semanage_link_sandbox: Link packages failed (No such file or
directory).
semodule: Failed!
The blog I got the policy from mentioned disabling the rubygem_passenger
policy, is that where passenger_t is defined? I've looked at the source of
selinux-policy and see the required type of passenger_t is working so
unsur...