search for: permissve

Displaying 3 results from an estimated 3 matches for "permissve".

Did you mean: permissive
2015 Jul 14
2
ssh failed only with nfs home directory
...me/bluethundr/.ssh/authorized_keys drwxr-x---. 37 bluethundr bluethundr 4096 Jul 13 20:57 /home/bluethundr/ drw-------. 3 bluethundr bluethundr 4096 Jun 15 17:22 /home/bluethundr/.ssh -rw-------. 1 bluethundr bluethundr 2614 Jun 15 17:22 /home/bluethundr/.ssh/authorized_keys SELinux is set to permissve: #getenforce Permissive If I unmount the nfs home directory I am able to log in: [root at nfs1:~] #umount -l /home [root at nfs1:~] # #ssh bluethundr at nfs1.example.com Last login: Mon Jul 13 23:08:35 2015 from ool-2f126f64.dyn.optonline.net -bash-4.2$ The permissions on the non-nfs home dire...
2020 Apr 15
1
Centos 7: cups-pdf Postprocessing prevented by selinux :(
Hi, how can I make it so that printing to a cups PDF printer can successfully run the postprocessing script I specified in /etc/cups/cups-pdf.conf? It does work with 'sentenforce permissve', and after creating and installing some selinux modules from audit.log entries, it still doesn't work, and there doesn't seem to be anything else that might prevent the postprocessing script from being run.
2004 Sep 07
0
Please review openssh patch for selinux
...+ security_context_t user_context=NULL; + if (get_default_context(name,NULL,&user_context)) { + if (security_getenforce() > 0) + fatal("Failed to get default security context for %s.", name); + else + error("Failed to get default security context for %s. Continuing in permissve mode", name); + } else { + if (the_authctxt) { + char *role=the_authctxt->role; + if (role != NULL && role[0]) { + char *type; + if (get_default_type(role, &type) < 0) { + if (security_getenforce() > 0) + fatal("Failed to get default type for role...