Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Grants a right to a user as another user (limits the rights granted).

Files

auth.h / auth.c

Prototype

Code Block
languagecpp
CPU_BOOLEAN  Auth_GrantRight (AUTH_RIGHT   right,
                              AUTH_USER   *p_user,
                              AUTH_USER   *p_as_user,
                              RTOS_ERR    *p_err)


Arguments

right

New right to grant.

...