Lines Matching full:permissions
623 * (@ssid, @tsid), interpreting the permissions
672 * @xp_node: resulting extended permissions
847 * then we must not add permissions to a cache entry in avc_update_node()
850 * will find the permissions already granted in the cache entry in avc_update_node()
966 * avc_ss_reset - Flush the cache and revalidate migrated permissions.
1031 * The avc extended permissions logic adds an additional 256 bits of
1032 * permissions to an avc node when extended permissions for that node are
1033 * specified in the avtab. If the additional 256 permissions is not adequate,
1065 /* if extended permissions are not defined, only consider av_decision */ in avc_has_extended_perms()
1114 * avc_has_perm_noaudit - Check permissions but perform no auditing.
1118 * @requested: requested permissions, interpreted based on @tclass
1122 * Check the AVC to determine whether the @requested permissions are granted
1123 * for the SID pair (@ssid, @tsid), interpreting the permissions
1126 * in @avd. Return %0 if all @requested permissions are granted,
1127 * -%EACCES if any permissions are denied, or another -errno upon
1164 * avc_has_perm - Check permissions and perform any appropriate auditing.
1168 * @requested: requested permissions, interpreted based on @tclass
1171 * Check the AVC to determine whether the @requested permissions are granted
1172 * for the SID pair (@ssid, @tsid), interpreting the permissions
1175 * permissions in accordance with the policy. Return %0 if all @requested
1176 * permissions are granted, -%EACCES if any permissions are denied, or