Lines Matching full:permissions
547 * (@ssid, @tsid), interpreting the permissions
594 * @xp_node: resulting extended permissions
816 * @xperm: xperm permissions
950 * avc_ss_reset - Flush the cache and revalidate migrated permissions.
980 * @xp_node: AVC extended permissions node
1012 * The avc extended permissions logic adds an additional 256 bits of
1013 * permissions to an avc node when extended permissions for that node are
1014 * specified in the avtab. If the additional 256 permissions is not adequate,
1047 /* if extended permissions are not defined, only consider av_decision */ in avc_has_extended_perms()
1101 * @requested: requested permissions
1125 * avc_has_perm_noaudit - Check permissions but perform no auditing.
1129 * @requested: requested permissions, interpreted based on @tclass
1133 * Check the AVC to determine whether the @requested permissions are granted
1134 * for the SID pair (@ssid, @tsid), interpreting the permissions
1137 * in @avd. Return %0 if all @requested permissions are granted,
1138 * -%EACCES if any permissions are denied, or another -errno upon
1173 * avc_has_perm - Check permissions and perform any appropriate auditing.
1177 * @requested: requested permissions, interpreted based on @tclass
1180 * Check the AVC to determine whether the @requested permissions are granted
1181 * for the SID pair (@ssid, @tsid), interpreting the permissions
1184 * permissions in accordance with the policy. Return %0 if all @requested
1185 * permissions are granted, -%EACCES if any permissions are denied, or