Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzieongit committed Aug 7, 2024
1 parent d1d82e6 commit 48c3b64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xdp-util.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ void set_caps(int unset_setid_caps) {
CAP_SETUID,
CAP_SETGID
};
/* maybe need CAP_IPC_LOCK for mmap and alike used for umem creation?
* so far not, maybe because of rlimit increase? */

if (!(caps = cap_init()))
goto out;
Expand Down

0 comments on commit 48c3b64

Please sign in to comment.