This commit is contained in:
Chris PeBenito 2005-07-11 19:15:54 +00:00
parent ae9e2716c3
commit 4051d15b62
2 changed files with 6 additions and 1 deletions

View File

@ -122,7 +122,7 @@ interface(`kernel_dontaudit_use_fd',`
') ')
######################################## ########################################
## <system> ## <summary>
## Read and write kernel unnamed pipes. ## Read and write kernel unnamed pipes.
## </summary> ## </summary>
## <param name="domain"> ## <param name="domain">

View File

@ -1052,6 +1052,7 @@ interface(`files_manage_mnt_dirs',`
## <summary> ## <summary>
## List world-readable directories. ## List world-readable directories.
## </summary> ## </summary>
## <param name="domain">
## Domain allowed access. ## Domain allowed access.
## </param> ## </param>
# #
@ -1068,6 +1069,7 @@ interface(`files_list_world_readable',`
## <summary> ## <summary>
## Read world-readable files. ## Read world-readable files.
## </summary> ## </summary>
## <param name="domain">
## Domain allowed access. ## Domain allowed access.
## </param> ## </param>
# #
@ -1084,6 +1086,7 @@ interface(`files_read_world_readable_files',`
## <summary> ## <summary>
## Read world-readable symbolic links. ## Read world-readable symbolic links.
## </summary> ## </summary>
## <param name="domain">
## Domain allowed access. ## Domain allowed access.
## </param> ## </param>
# #
@ -1100,6 +1103,7 @@ interface(`files_read_world_readable_symlinks',`
## <summary> ## <summary>
## Read world-readable named pipes. ## Read world-readable named pipes.
## </summary> ## </summary>
## <param name="domain">
## Domain allowed access. ## Domain allowed access.
## </param> ## </param>
# #
@ -1116,6 +1120,7 @@ interface(`files_read_world_readable_pipes',`
## <summary> ## <summary>
## Read world-readable sockets. ## Read world-readable sockets.
## </summary> ## </summary>
## <param name="domain">
## Domain allowed access. ## Domain allowed access.
## </param> ## </param>
# #