about summary refs log tree commit diff
path: root/xcheckrestart
diff options
context:
space:
mode:
authorCameron Nemo <camerontnorman@gmail.com>2019-04-16 21:22:19 -0700
committerLeah Neukirchen <chneukirchen@gmail.com>2019-04-17 13:11:45 +0200
commit041041511d32f113b9c1d879a83063bd21c997fe (patch)
treeb1afc09c959c4e85d9cac33e8b008dd54ed3cfab /xcheckrestart
parentc07853822749b43f287e873bb1525140b4ca619c (diff)
downloadxtools-041041511d32f113b9c1d879a83063bd21c997fe.tar.gz
xtools-041041511d32f113b9c1d879a83063bd21c997fe.tar.xz
xtools-041041511d32f113b9c1d879a83063bd21c997fe.zip
xcheckrestart: ignore memfd and graphics maps
Diffstat (limited to 'xcheckrestart')
-rwxr-xr-xxcheckrestart3
1 files changed, 3 insertions, 0 deletions
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