mirror of
https://github.com/openharmony/kernel_linux_common_modules.git
synced 2026-08-28 03:59:59 -04:00
!138 rss 默认添加 qos 权限
Merge pull request !138 from plusOneSecond/OpenHarmony-5.0-Release
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
#define SYSTEM_UID 1000
|
||||
|
||||
#define SUPER_UID SYSTEM_UID
|
||||
#define super_uid(uid) (uid == ROOT_UID || uid == SYSTEM_UID)
|
||||
#define RESOURCE_SCHEDULE_SERVICE_UID 1096
|
||||
#define super_uid(uid) (uid == ROOT_UID || uid == SYSTEM_UID || uid == RESOURCE_SCHEDULE_SERVICE_UID)
|
||||
|
||||
enum ioctl_abi_format_auth{
|
||||
AUTH_IOCTL_ABI_ARM32,
|
||||
|
||||
Reference in New Issue
Block a user