Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: syndtr/gocapability
base: d983527
Choose a base ref
...
head repository: syndtr/gocapability
compare: 42c35b4
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Aug 5, 2020

  1. add CAP_PERFMON, CAP_BPF, and CAP_CHECKPOINT_RESTORE

    CAP_PERFMON and CAP_BPF were introduced in kernel 5.8: https://kernelnewbies.org/Linux_5.8#Introduce_CAP_BPF_and_CAP_PERFMON_security_capabilities
    
    CAP_CHECKPOINT_RESTORE was merged on the master recently and will be available in the next version of the kernel.
    torvalds/linux@124ea65
    
    The capability numbers are taken from https://github.com/torvalds/linux/blob/442489c219235991de86d0277b5d859ede6d8792/include/uapi/linux/capability.h#L373-L416
    
    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Aug 5, 2020
    Copy the full SHA
    9c89fbc View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Copy the full SHA
    ce1475b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'kernel58' of https://github.com/AkihiroSuda/gocapability

    …into AkihiroSuda-kernel58
    syndtr committed Aug 15, 2020
    Copy the full SHA
    2a04d2b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    42c35b4 View commit details
    Browse the repository at this point in the history