git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 2ce0039) | patch
Add a SECURITY LABEL command.
2010年9月28日 00:55:27 +0000 (20:55 -0400)
2010年9月28日 00:55:27 +0000 (20:55 -0400)
commit 4d355a8336e0f2265b31d678ffd1ee5cf9e79fae
Add a SECURITY LABEL command.

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
42 files changed:
contrib/Makefile diff | blob | blame | history
contrib/dummy_seclabel/Makefile [new file with mode: 0644] blob
contrib/dummy_seclabel/dummy_seclabel.c [new file with mode: 0644] blob
doc/src/sgml/catalogs.sgml diff | blob | blame | history
doc/src/sgml/ref/allfiles.sgml diff | blob | blame | history
doc/src/sgml/ref/pg_dump.sgml diff | blob | blame | history
doc/src/sgml/ref/pg_dumpall.sgml diff | blob | blame | history
doc/src/sgml/ref/pg_restore.sgml diff | blob | blame | history
doc/src/sgml/ref/security_label.sgml [new file with mode: 0644] blob
doc/src/sgml/reference.sgml diff | blob | blame | history
src/backend/catalog/Makefile diff | blob | blame | history
src/backend/catalog/dependency.c diff | blob | blame | history
src/backend/catalog/system_views.sql diff | blob | blame | history
src/backend/commands/Makefile diff | blob | blame | history
src/backend/commands/seclabel.c [new file with mode: 0644] blob
src/backend/nodes/copyfuncs.c diff | blob | blame | history
src/backend/nodes/equalfuncs.c diff | blob | blame | history
src/backend/parser/gram.y diff | blob | blame | history
src/backend/tcop/utility.c diff | blob | blame | history
src/bin/pg_dump/pg_backup.h diff | blob | blame | history
src/bin/pg_dump/pg_backup_archiver.c diff | blob | blame | history
src/bin/pg_dump/pg_dump.c diff | blob | blame | history
src/bin/pg_dump/pg_dumpall.c diff | blob | blame | history
src/bin/pg_dump/pg_restore.c diff | blob | blame | history
src/bin/psql/tab-complete.c diff | blob | blame | history
src/include/catalog/catversion.h diff | blob | blame | history
src/include/catalog/indexing.h diff | blob | blame | history
src/include/catalog/pg_seclabel.h [new file with mode: 0644] blob
src/include/catalog/toasting.h diff | blob | blame | history
src/include/commands/seclabel.h [new file with mode: 0644] blob
src/include/nodes/nodes.h diff | blob | blame | history
src/include/nodes/parsenodes.h diff | blob | blame | history
src/include/parser/kwlist.h diff | blob | blame | history
src/test/regress/GNUmakefile diff | blob | blame | history
src/test/regress/expected/.gitignore diff | blob | blame | history
src/test/regress/expected/rules.out diff | blob | blame | history
src/test/regress/expected/sanity_check.out diff | blob | blame | history
src/test/regress/input/security_label.source [new file with mode: 0644] blob
src/test/regress/output/security_label.source [new file with mode: 0644] blob
src/test/regress/parallel_schedule diff | blob | blame | history
src/test/regress/serial_schedule diff | blob | blame | history
src/test/regress/sql/.gitignore diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /