Commit 53e943d
[release-1.21] Don't set ambient capabilities
Ambient capabilities can't be raised without inheritable ones, and since we
don't raise inheritable, we should not raise ambient either.
This went unnoticed because of a bug in syndtr/gocapability which is
only fixed in its fork (see the next commit).
Amends commit e7e55c9.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
Signed-off-by: David Shea <dshea@redhat.com>1 parent 69f3939 commit 53e943d
2 files changed
+1
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
896 | 896 | | |
897 | 897 | | |
898 | 898 | | |
899 | | - | |
| 899 | + | |
900 | 900 | | |
901 | 901 | | |
902 | 902 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1880 | 1880 | | |
1881 | 1881 | | |
1882 | 1882 | | |
1883 | | - | |
1884 | | - | |
1885 | | - | |
1886 | 1883 | | |
1887 | 1884 | | |
1888 | 1885 | | |
| |||
1898 | 1895 | | |
1899 | 1896 | | |
1900 | 1897 | | |
1901 | | - | |
1902 | | - | |
1903 | | - | |
1904 | 1898 | | |
1905 | 1899 | | |
1906 | 1900 | | |
| |||
0 commit comments