Add support for applying SELinux context

This commit is contained in:
Sebastien Raveau
2009-06-24 17:28:13 +00:00
committed by Erik Ekman
parent 17105a26db
commit d5acb508bc
8 changed files with 80 additions and 6 deletions

View File

@@ -10,6 +10,8 @@ CHANGES:
- Any device name is now supported on Windows, fixes #47.
- Multiple installed TAP32 interfaces are now supported, fixes #46.
- Return nonzero if tunnel fails to open, fixes #62.
- Support for setting a SELinux context, based on patch by
Sebastien Raveau. Sample context file in doc/iodine.te
2009-06-01: 0.5.2 "WifiFree"
- Fixed client segfault on OS X, #57