egl: Ignore certain environment variables when setuid/setgid.

Specifically, ignore EGL_DRIVERS_PATH when an application is
setuid/setgid.  And ignore EGL_DRIVER when there is a slash in it.
This commit is contained in:
Chia-I Wu
2010-02-02 16:47:53 +08:00
parent 5d8646c41f
commit 6fd8b6a9e2
2 changed files with 19 additions and 4 deletions

View File

@@ -131,7 +131,8 @@ runtime</p>
<p>By default, the main library will look for drivers in the directory where
the drivers are installed to. This variable specifies a list of
colon-separated directories where the main library will look for drivers, in
addition to the default directory.</p>
addition to the default directory. This variable is ignored for setuid/setgid
binaries.</p>
</li>
@@ -139,7 +140,7 @@ addition to the default directory.</p>
<p>This variable specifies a full path to an EGL driver and it forces the
specified EGL driver to be loaded. It comes in handy when one wants to test a
specific driver.</p>
specific driver. This variable is ignored for setuid/setgid binaries.</p>
</li>