Find the answer to your Linux question:
Results 1 to 2 of 2
iam currently giving acces to users to upload C files to my server and i also execute them using a codechecker. SInce all this is done by apache ! People ...
  1. #1
    Just Joined!
    Join Date
    Sep 2005
    Location
    chennai
    Posts
    6

    Problem



    iam currently giving acces to users to upload C files to my server and i also execute them using a codechecker. SInce all this is done by apache !

    People are trying to bring down the server using system command ! they are also opening ports thru the C program and reading my files thru the Port.

    How can i prevent them from openeing any ports thru the C program ad how do i restrict ppl frm accessing rather apache frm accessing systemc alls like fork and kill .

    thnx

  2. #2
    Linux Engineer Nerderello's Avatar
    Join Date
    Apr 2003
    Location
    North East England
    Posts
    1,190
    if you have Fedora 3 or 4, make sure that you have the targetted SELinux turned on. This will help a bit. Then look at putting a firewall , such as Firestarter (http://www.fs-security.com/) which allows you to set in both directions what can be done.

    Nerderello

    Use Suse 10.1 and occasionally play with Kubuntu
    Also have Windows 98SE and BeOS

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •