Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed Apr 3, 2024
1 parent e9c748a commit ff67855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elfldr.c
Expand Up @@ -494,8 +494,8 @@ elfldr_set_procname(pid_t pid, const char* name) {
**/
int
elfldr_raise_privileges(pid_t pid) {
uint8_t caps[16] = {0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff};
static const uint8_t caps[16] = {0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff};
intptr_t vnode;

if(!(vnode=kernel_get_root_vnode())) {
Expand Down

0 comments on commit ff67855

Please sign in to comment.