diff options
author | Joshua Brindle <method@manicmethod.com> | 2010-03-18 16:38:45 -0400 |
---|---|---|
committer | Joshua Brindle <method@manicmethod.com> | 2010-03-18 16:38:45 -0400 |
commit | e53b2cebf21b5e793642cbc6b12334407756734d (patch) | |
tree | ad063046d6b4a0f73f64aad6a8731f29d39c7807 /libselinux/man/man3 | |
parent | 5af082709774bd19e7b6836eccc6bfb162a87185 (diff) | |
parent | 0b2e0bd5d0b05e5f498ba9ea51af8fa7bb8ac788 (diff) | |
download | android_external_selinux-e53b2cebf21b5e793642cbc6b12334407756734d.tar.gz android_external_selinux-e53b2cebf21b5e793642cbc6b12334407756734d.tar.bz2 android_external_selinux-e53b2cebf21b5e793642cbc6b12334407756734d.zip |
Merge branch 'master' of oss.tresys.com:/home/git/selinux
Diffstat (limited to 'libselinux/man/man3')
-rw-r--r-- | libselinux/man/man3/selabel_open.3 | 10 | ||||
-rw-r--r-- | libselinux/man/man3/selinux_binary_policy_path.3 | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/libselinux/man/man3/selabel_open.3 b/libselinux/man/man3/selabel_open.3 index 1af2ec02..8674e377 100644 --- a/libselinux/man/man3/selabel_open.3 +++ b/libselinux/man/man3/selabel_open.3 @@ -72,15 +72,19 @@ Note that an invalid context may not be treated as an error unless it is actuall .TP .B SELABEL_CTX_FILE File contexts backend, described in -.BR selabel_file (3). +.BR selabel_file (5). .TP .B SELABEL_CTX_MEDIA Media contexts backend, described in -.BR selabel_media (3). +.BR selabel_media (5). .TP .B SELABEL_CTX_X X Windows contexts backend, described in -.BR selabel_x (3). +.BR selabel_x (5). +.TP +.B SELABEL_CTX_DB +Database objects contexts backend, described in +.BR selabel_db (5). .SH "RETURN VALUE" A non-NULL handle value is returned on success. On error, NULL is returned and diff --git a/libselinux/man/man3/selinux_binary_policy_path.3 b/libselinux/man/man3/selinux_binary_policy_path.3 index 61909576..8ead1a44 100644 --- a/libselinux/man/man3/selinux_binary_policy_path.3 +++ b/libselinux/man/man3/selinux_binary_policy_path.3 @@ -29,6 +29,8 @@ extern const char *selinux_usersconf_path(void); extern const char *selinux_x_context_path(void); +extern const char *selinux_sepgsql_context_path(void); + extern const char *selinux_file_context_path(void); extern const char *selinux_media_context_path(void); @@ -66,6 +68,8 @@ selinux_usersconf_path() - file containing mapping between Linux Users and SELin .sp selinux_x_context_path() - file containing configuration for XSELinux extension .sp +selinux_sepgsql_context_path() - file containing configuration for SE-PostgreSQL +.sp selinux_netfilter_context_path - default netfilter context .sp selinux_file_context_path() - default system file contexts configuration |