summaryrefslogtreecommitdiff
path: root/src/backend/commands/seclabel.c
AgeCommit message (Collapse)Author
2010-10-26Fix dumb typo in SECURITY LABEL error message.Robert Haas
Report by Peter Eisentraut.
2010-09-27Add a SECURITY LABEL command.Robert Haas
This is intended as infrastructure to support integration with label-based mandatory access control systems such as SE-Linux. Further changes (mostly hooks) will be needed, but this is a big chunk of it. KaiGai Kohei and Robert Haas