Releases: sh1r4s3/runns
Releases · sh1r4s3/runns
runns - 1.4
runns - 1.3
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
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
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!
This is a first release of the runns. Please refer to the README.md for the full documentation about this project.