diff options
author | Paul Moore <paul@paul-moore.com> | 2021-01-22 16:40:16 -0500 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2021-01-22 16:50:51 -0500 |
commit | 2010de0b7fec7be113b3c0df918e0ce8512d0d6b (patch) | |
tree | fe17228e2bd8affd5f92571d2af294c1e9d6d599 | |
parent | 8c76d7bb694a3f072c5f791c812bb4e2ea385f89 (diff) | |
download | libseccomp-release-2.4.tar.gz |
all: rename the "master" branch to "main"release-2.4
Signed-off-by: Paul Moore <paul@paul-moore.com>
(imported from commit d5ad8369233322072eb0df0f9f507d94f6c88cf0)
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ https://github.com/seccomp/libseccomp [](https://bestpractices.coreinfrastructure.org/projects/608) -[](https://travis-ci.org/seccomp/libseccomp) -[](https://coveralls.io/github/seccomp/libseccomp?branch=master) +[](https://travis-ci.org/seccomp/libseccomp) +[](https://coveralls.io/github/seccomp/libseccomp?branch=main) The libseccomp library provides an easy to use, platform independent, interface to the Linux Kernel's syscall filtering mechanism. The libseccomp API is |