$ cat /etc/sysconfig/selinux # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. SELINUX=enforcing # SELINUXTYPE= can take one of these two values: # targeted - Targeted processes are protected, # mls - Multi Level Security protection. SELINUXTYPE=targeted
Should I disable it? Le jeudi 22 mai 2014 10:14:44 UTC+2, Christian Hammond a écrit : > > Okay, those look fine. > > You asked if the key could be passphrase-less, as in not having a > passphrase? That's completely fine, and in fact required, since we can't > prompt for the passphrase. > > Another thing to check... Do you have SELinux enabled? It's possible it's > trying to run rbssh, and can't run it from within the context of Apache's > process. You'll need to disable SELinux if it is on. > > Christian > > -- > Christian Hammond - [email protected] <javascript:> > Review Board - http://www.reviewboard.org > Beanbag, Inc. - http://www.beanbaginc.com > > -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
