Home
last modified time | relevance | path

Searched refs:SYSTEM_UID (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/common_modules/qos_auth/include/
H A Dauth_ctrl.h14 #define SYSTEM_UID 1000 macro
16 #define SUPER_UID SYSTEM_UID
18 #define super_uid(uid) (uid == ROOT_UID || uid == SYSTEM_UID || uid == RESOURCE_SCHEDULE_SERVICE_UID)
/kernel/linux/common_modules/tzdriver/core/
H A Dagent.h33 #define SYSTEM_UID 1000 macro
/kernel/linux/common_modules/tzdriver/
H A Dagent.h33 #define SYSTEM_UID 1000 macro
/kernel/linux/linux-5.10/fs/hmdfs/authority/
H A Dauthentication.h38 #define SYSTEM_UID KUIDT_INIT(OID_SYSTEM) macro
H A Dauthentication.c51 cred->fsuid = is_recv_thread ? SYSTEM_UID : USER_DATA_RW_UID; in hmdfs_override_fsids()
/kernel/linux/linux-6.6/fs/hmdfs/authority/
H A Dauthentication.h38 #define SYSTEM_UID KUIDT_INIT(OID_SYSTEM) macro
H A Dauthentication.c51 cred->fsuid = is_recv_thread ? SYSTEM_UID : USER_DATA_RW_UID; in hmdfs_override_fsids()
/kernel/linux/common_modules/qos_auth/auth_ctl/
H A Dqos_ctrl.c63 return uid == SYSTEM_UID; in is_system()
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dinode_local.c938 if (uid_eq(cur_uid, ROOT_UID) || uid_eq(cur_uid, SYSTEM_UID)) in hmdfs_permission()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dinode_local.c946 if (uid_eq(cur_uid, ROOT_UID) || uid_eq(cur_uid, SYSTEM_UID)) in hmdfs_permission()

Completed in 11 milliseconds