Skip to content

Commit

Permalink
irmap: hardcode some more interesting paths
Browse files Browse the repository at this point in the history
Signed-off-by: robert <robert.ayrapetyan@gmail.com>
  • Loading branch information
rayrapetyan authored and avagin committed Jan 8, 2024
1 parent 50aa6da commit cda1c5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions criu/irmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ static struct irmap hints[] = {
.path = "/var/log",
.nr_kids = -1,
},
{ .path = "/usr/share/dbus-1/services", .nr_kids = -1 },
{ .path = "/usr/share/dbus-1/system-services", .nr_kids = -1 },
{ .path = "/var/lib/polkit-1/localauthority", .nr_kids = -1 },
{ .path = "/usr/share/polkit-1/actions", .nr_kids = -1 },
Expand Down

0 comments on commit cda1c5c

Please sign in to comment.