From 041041511d32f113b9c1d879a83063bd21c997fe Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Tue, 16 Apr 2019 21:22:19 -0700 Subject: xcheckrestart: ignore memfd and graphics maps --- xcheckrestart | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xcheckrestart') diff --git a/xcheckrestart b/xcheckrestart index fe45c15..a810f5c 100755 --- a/xcheckrestart +++ b/xcheckrestart @@ -11,6 +11,9 @@ for f in /proc/[0-9]*; do -e /var/cache/fontconfig \ -e /dev/shm \ -e /home \ + -e /memfd \ + -e /i915 \ + -e /run/user \ -e 'drm mm object' | sort -u ) if [ "$LIBS" ]; then -- cgit 1.4.1