README, travis.yml: rm ambient tag

This build tag was removed in commit 4f903a21c4 (PR #1370)
quite some time ago.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin 2020-03-15 10:25:33 -07:00
parent 8615da6f7b
commit 69f6f32f6b
2 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,7 @@ services:
env:
global:
- BUILDTAGS="seccomp apparmor selinux ambient"
- BUILDTAGS="seccomp apparmor selinux"
before_install:
- sudo apt-get -qq update

View File

@ -72,7 +72,6 @@ make BUILDTAGS='seccomp apparmor'
| seccomp | Syscall filtering | libseccomp |
| selinux | selinux process and mount labeling | <none> |
| apparmor | apparmor profile support | <none> |
| ambient | ambient capability support | kernel 4.3 |
| nokmem | disable kernel memory account | <none> |