Skip to content

os: unexport Fopen(), Fclose(), Popen(), Pclose(), System()

Enrico Weigelt requested to merge metux/xserver:submit/unexport-file-func into master

os: unexport Fopen(), Fclose(), Popen(), Pclose(), System()

These functions are just used for reading auth file or calling xkbcomp while dropping privileges, in case the Xserver is started as unprivileged user with suid-root. Thus, shouldn't be used (and aren't used) by drivers.

Merge request reports