Skip to content

Commit

Permalink
Fix parameters to capng_updatev python bindings to be signed
Browse files Browse the repository at this point in the history
  • Loading branch information
RH-steve-grubb committed Jul 20, 2021
1 parent 90f07d5 commit 2906fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
0.8.3
- Fix parameters to capng_updatev python bindings to be signed

0.8.2
- In capng_apply, if we blew up in bounding set, allow setting capabilities
Expand Down
2 changes: 1 addition & 1 deletion bindings/src/capng_swig.i
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#if defined(SWIGPYTHON)

%varargs(16, unsigned capability = 0) capng_updatev;
%varargs(16, signed capability = 0) capng_updatev;

%except(python) {
$action
Expand Down

0 comments on commit 2906fb0

Please sign in to comment.