Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View RSkeens's full-sized avatar

Block or report RSkeens

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. defended-net/malwatch defended-net/malwatch Public

    ⚡️ Fast and lightweight malware scanner written in go.

    Go 45 49

  2. defended-net/malwatch-signatures defended-net/malwatch-signatures Public

    Signatures for the malwatch malware scanner.

    6 2

  3. Monitor new releases of a repo to au... Monitor new releases of a repo to automatically clone. Useful for ansible deploy nodes. Latest release is always symlinked as "current".
    1
    #!/bin/bash
    2
    
                  
    3
    if ! cd /ansible; then
    4
      echo "missing ansible path";
    5
      exit 1
  4. Example selinux type enforcement con... Example selinux type enforcement configuration file https://blog.rskeens.com/blog/isolation-using-selinux
    1
    policy_module(selinux_rskeens_com, 1.0)
    2
    
                  
    3
    require {
    4
      class file { read getattr open map };
    5
      class dir { read getattr search open };