mirror of
https://github.com/postgres/postgres.git
synced 2026-06-16 13:40:53 -04:00
0f05840bf4
The main change here is to call security_compute_create_name_raw() rather than security_compute_create_raw(). This ups the minimum requirement for libselinux from 2.0.99 to 2.1.10, but it looks like most distributions will have picked that up before 9.3 is out. KaiGai Kohei