mirror of
https://github.com/netblue30/firejail.git
synced 2026-07-15 22:07:38 -06:00
identation fix
This commit is contained in:
parent
a0f6b2e900
commit
f862c7d8dc
1 changed files with 3 additions and 3 deletions
|
|
@ -238,9 +238,9 @@ char **build_mount_array(const int mount_id, const char *path) {
|
|||
// give up if mount id has been reassigned,
|
||||
// don't remount blacklisted path
|
||||
if (strncmp(mntp.dir, path, strlen(mntp.dir)) ||
|
||||
strstr(mntp.fsname, "firejail.ro.dir") ||
|
||||
strstr(mntp.fsname, "firejail.ro.file"))
|
||||
break;
|
||||
strstr(mntp.fsname, "firejail.ro.dir") ||
|
||||
strstr(mntp.fsname, "firejail.ro.file"))
|
||||
break;
|
||||
|
||||
*rv = strdup(path);
|
||||
if (*rv == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue