Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wrapper for linux kernel module loading #930

Merged
merged 4 commits into from Sep 23, 2018
Merged

Commits on Sep 5, 2018

  1. Update to rand 0.5 crate

    This avoids having both 0.4 and 0.5 (required by tempfile)
    bachp committed Sep 5, 2018
    Copy the full SHA
    da089f8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    57603c6 View commit details
    Browse the repository at this point in the history
  3. Refactor skip_if_not_root into macro

    This macro can be used in tests to skip the test if it requires root to sucssfully run.
    bachp committed Sep 5, 2018
    Copy the full SHA
    81088ab View commit details
    Browse the repository at this point in the history
  4. Add wrapper for linux kernel module loading

    - init_module and finit_module to load kernel modules
    - delete_module to unload kernel modules
    
    Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch>
    bachp committed Sep 5, 2018
    Copy the full SHA
    a7fea44 View commit details
    Browse the repository at this point in the history