mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 08:19:04 +00:00
* [Update] 审计员 * [Update] 增加审计员的权限控制 * [Update] 增加审计员Api全校的控制 * [Update] 优化auditor的api权限控制 * [Update] 优化审计员权限控制 * [Update]优化管理员权限的View * [Update] 优化超级管理权限的View * [Update] 添加审计员切换组织查询会话管理数据 * [Update] 前端禁用审计员在线会话终断按钮 * [Update]优化细节问题
16 lines
446 B
Python
16 lines
446 B
Python
"""
|
|
jumpserver.__app__.hands.py
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
This app depends other apps api, function .. should be import or write mack here.
|
|
|
|
Other module of this app shouldn't connect with other app.
|
|
|
|
:copyright: (c) 2014-2018 by Jumpserver Team.
|
|
:license: GPL v2, see LICENSE for more details.
|
|
"""
|
|
|
|
|
|
from common.permissions import IsAppUser, IsOrgAdmin, IsValidUser, IsOrgAdminOrAppUser
|
|
from users.models import User, UserGroup
|