Displaying 4 results from an estimated 4 matches for "displayd".
Did you mean:
display
2017 May 01
2
selinux problem policies
...ext -a -t httpd_sys_rw_content_t "/var/www/html(/.*)?/
> > typo3conf(/.*)?"
>
> OK. Did you get an error?
I have only Errors ;-).
when I like to set this Rule ?
semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/html(/.*)?/
typo3conf(/.*)?"
This Errors are displayd ?
neverallow check failed at /etc/selinux/targeted/tmp/modules/100/selinuxutil/
cil:244
(neverallow selinuxutil_typeattr_1 semanage_store_t (file (relabelto)))
<root>
allow at /etc/selinux/targeted/tmp/modules/100/selinuxutil/cil:675
(allow restorecond_t non_auth_file_type (fi...
2008 Jun 17
4
Formating Date Field
...n="MyAction.jsp" method="post">
<% ResultSet rs=db.executeQuery("select no,name from mytable");
while(rs.next())
{%>
<input type=checkbox value=<%=rs.getString(1)%> onclick=callJs(<
%=rs.getString(1)%>) >
<%}
%>
<input type=text name=displaydatetxt id=displaydate/>
</form>
<script>
function callJs(arg1)
{
var url="Ajax.jsp";
new Ajax.Request(url, {asynchronous: true,method: "post",parameters:
"ajaxrefno=" +arg1,
onSuccess: function(request) {
$(''displaydatetxt'').value...
2017 May 01
0
selinux problem policies
On 04/30/2017 07:24 PM, G?nther J. Niederwimmer wrote:
> when I like to set this Rule ?
> semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/html(/.*)?/
> typo3conf(/.*)?"
>
> This Errors are displayd ?
> neverallow check failed at /etc/selinux/targeted/tmp/modules/100/selinuxutil/
> cil:244
I see, now. What happens if you run "find /etc/selinux/targeted/tmp"?
I'm not sure if you're getting an error because a tmp file was left
behind earlier, or because something is...
2017 Apr 30
3
selinux problem policies
Hello,
My problem is to add selinux policies
can any help to say what is wrong with my policies
I write this!
semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/html(/.*)?/
typo3conf(/.*)?"
I have more instances from typo3
I found this construct in the selinux policies
"/var/www/html(/.*)?/uploads(/.*)?"
but my is not working ?
and I have only errors?
neverallow