Skip to content

Releases: sh1r4s3/runns

runns - 1.4

21 Sep 20:56
Compare
Choose a tag to compare

New:

  • Add possibility to use different path to the runns socket file.
  • Update README.md
  • Improve code readability (please check commits for detailed information).

runns - 1.3

25 Feb 23:44
Compare
Choose a tag to compare

New:

  • Fixes for clean-net script.
  • Now only root can stop the daemon through runnsctl.
  • Check that interface does exists in build-net script. If not, exit with 1.
  • runns now checks whether the user is a root before starting.
  • New --reattach option in the clean-net script which allows one to "reattach" network namespace to another interface.
  • New --create-ptms option in runnsctl which allows to create control terminal pts/ptm for a fork.
  • Now termios structure is inherited from the user to the forked process.
  • Fixes for runns and client.

Please check the commits for more details.

runns - 1.2

05 Sep 23:53
Compare
Choose a tag to compare

In the new version:

  • New feature "--section" in the build-net script.

  • clean-net now will delete ip route and iptables rules created by build-net in the FORWARD chain.

  • Fix build-net and clean-net.

runns - 1.1

05 Aug 22:54
Compare
Choose a tag to compare

This release include following fixes:

  • Fix 'debug' configure option. Now it is work.
  • Fix forking. If detached fork can not execve program then exit from this fork with failure.
  • Fix segfault when args was NULL.

First release of the runns!

04 Aug 20:59
Compare
Choose a tag to compare

This is a first release of the runns. Please refer to the README.md for the full documentation about this project.