Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\commoncap.c Create Date:2022-07-28 18:35:50
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ap_settime - Determine whether the current process may set the system clock*@ts: The time to set*@tz: The timezone to set* Determine whether the current process may set the system clock and timezone

Proto:int cap_settime(const struct timespec64 *ts, const struct timezone *tz)

Type:int

Parameter:

TypeParameterName
const struct timespec64 *ts
const struct timezone *tz
113  If Not Check operation authority Then Return -EPERM
115  Return 0