This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

qsort() and /proc/meminfo


I am writing an SELinux policy for a service written in Python, and I've
discovered that Python calls qsort(), which wants to read /proc/meminfo.
I'm not enthusiastic about the prospect of granting this access, since
it will mean allowing read access to almost all of /proc.

What are the potential pitfalls of preventing qsort() from reading
/proc/meminfo?

--
========================================================================
Ian Pilcher                                         arequipeno@gmail.com
-------- "I grew up before Mark Zuckerberg invented friendship" --------
========================================================================


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]