aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/seclabel.c
Commit message (Collapse)AuthorAge
...
* Fix dumb typo in SECURITY LABEL error message.Robert Haas2010-10-26
| | | | Report by Peter Eisentraut.
* Add a SECURITY LABEL command.Robert Haas2010-09-27
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