similar to: SELinux Strict Mode

Displaying 20 results from an estimated 900 matches similar to: "SELinux Strict Mode"

2006 Dec 22
1
chkrootkit reporting possible LKM trojan
How can I be sure if it is LKM or not? Today I've run chkrootkit and it gave me: Checking `lkm'... You have 179 process hidden for readdir command You have 179 process hidden for ps command chkproc: Warning: Possible LKM Trojan installed Checking `chkutmp'... The tty of the following user process(es) were not found in /var/run/utmp ! ! RUID PID TTY CMD ! root
2010 Oct 14
3
[LLVMdev] How to register a new LLVM backend
Thanks for the info. On Wed, Oct 13, 2010 at 5:27 PM, Anton Korobeynikov <anton at korobeynikov.info> wrote: > > > My project code is outside the source tree, and I've altered the Makefile to > > generate a shared library for the backend (libLLVMRiscoCodeGen.so). > You cannot do this anymore. You need to alter the build system (add > stuff to configure, etc.)
2010 Oct 13
4
[LLVMdev] How to register a new LLVM backend
Hi, I'm developing a very basic new LLVM backend for a RISC machine (named Risco), based on the existing Sparc and Mips backends and the main tutorial [1]. I'm having trouble registering the backend so the main tools can see it. My project code is outside the source tree, and I've altered the Makefile to generate a shared library for the backend (libLLVMRiscoCodeGen.so). I've
2006 Aug 24
2
Postfix chroot jail - Centos 4
As I can seen, there is the bind-chroot glue package, but is there a postfix-chroot.rpm glue ? I have looked for it, but I think there is not. If there is not, what is your opinion about creating one ? Thanks -- Vilela -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Aug 23
1
USB Pendrive automounting
My USB Pendrive gets mounted everytime I put it on the USB port (/dev/sda on /media/usbdisk). This behaviour is the desired. Now I want the OS to automaticaly include the mount option iocharset=iso8859-1 everytime it mounts it. Is there a way to tell haldaemon (or other software) do this, instead of hand-editing /etc/fstab ? -- Vilela -------------- next part -------------- An HTML attachment
2006 Nov 14
1
Directory Server
Did Red Hat release a stable (non-beta) and GPL version of Directory Server, or Fedora Directory Server is the only thing we have now? Can we have it on centosplus or extras? -- Vilela
2006 Aug 25
1
SELinux targeted - named, portmap and syslogd errors
Yesterday I activated SELinux in targeted mode, then I rebooted and started receiving some error messages in the system services initialization: ====================================================================== audit(1156518721.252:2): avc: denied { read } for pid=2223 comm="syslogd" name="libc-2.3.4.so" dev=dm-0 ino=50441 scontext=user_u:system_r:syslogd_t
2006 Jan 02
4
Shorewall portscanner example rule.
When searching in google I could verify that many examples of used rules in shorewall do not exist to block port scanners external. Example: nmap. Somebody has some rule or example ? thanks.
2007 Mar 14
4
"No space left on device" but there is space
Hi, I've been receiving message "No space left on device" but there is space. I've forced fsck on reboot 2 times but did not solve. # yum rpmdb: /var/lib/rpm/__db.001: No space left on device error: db4 error(28) from dbenv->open: No space left on device error: cannot open Packages index using db3 - No space left on device (28) error: cannot open Packages database in
2005 Sep 29
2
Compiling libspeex for Blackfin
Hi all, I'm trying to run speex on the Blackfin processor. I'm not familiar with programming/compiling/linking at all, but I guess the first thing I need is libspeex compiled for Blackfin, so that my program can use the library functions. I've downloaded the source files (version 1.1.10) from www.speex.org and I've been trying to compile libspeex from within VisualDSP++, but it
2007 Apr 17
1
Lost file associations, only application/octet-stream
Hi, After updating from CentOS 4.92 to 5 through manual hacks and 'yum update' (see http://lists.centos.org/pipermail/centos/2007-April/079023.html), I've lost all gnome file associations. Now every file is identified as application/octet-stream or text/plain or x-directory/normal (for directories). I've checked everything with 'rpm -Va' but couldn't find problem
2006 Sep 08
0
SELinux targeted + httpd + suexec
Hi, I have read: http://lists.centos.org/pipermail/centos/2005-March/003429.html, http://fedora.redhat.com/docs/selinux-apache-fc3/sn-using-other-types.html RedHat Selinux Documentation (PDF) (some parts) and they helped me solve a some difficulties, including the necessity to mount /var/www with -o suid. Now I'm getting these 2 errors in /var/log/messages whenever I execute a cgi:
2006 Aug 23
0
Centos 4.3 + KDE + mtrr error
Hello. I'm running Centos 4.3 with KDE from CentOS. There're some "unsupported" packages, like kernel 2.6.9-34.108.plus.c4smp, Picasa and Google Earth. Picasa and Google Earth had never showed critical problems (before), although they're beta versions. Today, I started Picasa and Google Earth at the same time, and the X became a black screen, like it was killed and was just
2005 Sep 29
0
Compiling libspeex for Blackfin
Hi, I think the (small) readme has been accidentally omitted from the tarball. You can get it at http://svn.xiph.org/trunk/speex/README.blackfin Note however that all the assembly is written for gcc, not VisualDSP++. Jean-Marc Le jeudi 29 septembre 2005 ? 21:24 +0000, Adriano Vilela Barbosa a ?crit : > Hi all, > > I'm trying to run speex on the Blackfin processor. I'm not
2006 Jul 30
1
Installing mysql on v4.3 x86_64
Hi, I?m running Centos 4.3 x86_64-smp here and now I?m trying to install mysql without success. > yum install mysql ------------------------------------------------ ( ... ) Dependencies Resolved ============================================================================= Package Arch Version Repository Size
2007 Mar 13
1
Java Installation HowTo kickoff (JDK 1.4.2, 1.5 and 1.6)
I've started a Java Installation HowTo. Take a look: http://docs.google.com/Doc?id=dfd4fncx_32gbthmp Give me feedback, please. The IBM JDK is the "easiest" on 1.4.2 and 1.5 versions. The Sun JDK 1.6 is probably the most optimized (and the only 1.6implementation by now), but doesn't integrate so good like IBM JDK's generated RPMs. The BEA's JPackage nosrcs are so much
2010 Oct 13
0
[LLVMdev] How to register a new LLVM backend
> My project code is outside the source tree, and I've altered the Makefile to > generate a shared library for the backend (libLLVMRiscoCodeGen.so). You cannot do this anymore. You need to alter the build system (add stuff to configure, etc.) -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2006 Jul 31
1
add'l info: x86_64 reproducible server PANIC with latest kernel
I forgot to mention that the problem has nothing to do with the kernel being tainted (due to VMware server). I installed VMware server after being faced with the crashes, to give the Java user a "sandbox" which s/he could crash without taking down the real server. Only then I discovered that VMware server has a memory limitation to 3600MB (I guess because it's not a 64bit
2006 Aug 23
2
Changing the charset in Centos 4.3
Hi, My Centos 4.3 Server was installed with the english language only. The server hosts several files in spanish and the PHP code that themes the webpages uses the charset "iso-8859-1". If I do an "export" in my system it shows: LANG="en_US.UTF-8" Does apache or the operating system needs to have the charset changed? Where? Thanks, --
2006 Sep 17
4
vmware?
confused somewhat. It's my understanding that there is a free version for us out there. ....been goin blind googling. ...need little direction to get started w/vmware and what we are running. thx John Rose