[apparmor] [PATCH 3/4] libapparmor: Reorder SYNOPSIS section of aa_query_label(2) man

John Johansen john.johansen at canonical.com
Fri Jan 8 20:36:54 UTC 2016


On 01/08/2016 08:51 AM, Tyler Hicks wrote:
> Swap aa_query_link_path_len() and aa_query_link_path() to match the
> order of aa_query_file_path() and aa_query_file_path_len().
> 
> Signed-off-by: Tyler Hicks <tyhicks at canonical.com>
Acked-by: John Johansen <john.johansen at canonical.com>

> ---
>  libraries/libapparmor/doc/aa_query_label.pod | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/libraries/libapparmor/doc/aa_query_label.pod b/libraries/libapparmor/doc/aa_query_label.pod
> index 7e58da1..cc901af 100644
> --- a/libraries/libapparmor/doc/aa_query_label.pod
> +++ b/libraries/libapparmor/doc/aa_query_label.pod
> @@ -38,10 +38,10 @@ B<int aa_query_file_path((uint32_t mask, const char *label, size_t label_len, co
>  
>  B<int aa_query_file_path_len((uint32_t mask, const char *label, size_t label_len, const char *path, size_t path_len, int *allowed, int *audited);>
>  
> -B<int aa_query_link_path_len(const char *label, size_t label_len, const char *target, size_t target_len, const char *link, size_t link_len, int *allowed, int *audited);>
> -
>  B<int aa_query_link_path(const char *label, const char *target, const char *link, int *allowed, int *audited);>
>  
> +B<int aa_query_link_path_len(const char *label, size_t label_len, const char *target, size_t target_len, const char *link, size_t link_len, int *allowed, int *audited);>
> +
>  
>  Link with B<-lapparmor> when compiling.
>  
> 




More information about the AppArmor mailing list