mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Remove unused variables
This commit is contained in:
parent
df0ec66409
commit
8116a43135
1 changed files with 0 additions and 2 deletions
|
|
@ -88,8 +88,6 @@ void fs_private_etc_list(void) {
|
|||
char *private_list = cfg.etc_private_keep;
|
||||
assert(private_list);
|
||||
|
||||
uid_t u = getuid();
|
||||
gid_t g = getgid();
|
||||
struct stat s;
|
||||
if (stat("/etc", &s) == -1) {
|
||||
fprintf(stderr, "Error: cannot find user /etc directory\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue