top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Sandbox in Linux [CLOSED]

+6 votes
246 views

In linux distributions ...

I would like to execute a program with some limits like time, memory and that program can be able access only specific directories(If required) if any of the constraint above is failed the program will be exited automatically and some more like detecting fork bombs etc..

Can any one suggest me the best way of doing this..?

closed with the note: Looks like this problem does not exist anymore and no action required.
posted Feb 8, 2014 by Raghu

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
Though I have it understood the problem completely but seems like you need monit tool download from http://mmonit.com/monit/

Similar Questions
+2 votes

Ever since a recent update, when I close the lid of my thinkpad, it does not go to sleep. When I unlock the screen, I see a desktop notification saying something like this:

 Power Manager
 GDBus.Error:org.freedesktop.DBus.error.accessdenied:  SELinux policy denies access.

Strangely though, I can not find any SELinux alerts in the troubleshooter. Looking at the updated packages, I find this:
selinux-policy-3.13.1-128.13.fc22.noarch. What is going on? How can I debug this to file a bug report?

+1 vote

I have been having this weird problem; everytime I there is a selinux-policy update, I get the following error:

 libsepol.print_missing_requirements: hotplug's global requirements  were not met: bool init_systemd (No such file or directory).
 libsemanage.semanage_link_sandbox: Link packages failed (No such file or directory).
 semodule: Failed!

FWIW, this machine was updated from F17 to F19 with yum. I tried searching for the error above, but could not make sense of what I found.

+1 vote

I know the basics of pthread but looking for more information on uses of pthread_detach library function.

...