Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dlowpower_protocol.c44 // cat /proc/net/foreground_uid
53 // echo xx > /proc/net/foreground_uid
294 if (!proc_create_net_single_write("foreground_uid", 0644, in lowpower_protocol_net_init()
299 pr_err("fail to create /proc/net/foreground_uid"); in lowpower_protocol_net_init()
313 uid_t foreground_uid; in foreground_uid_match() local
324 foreground_uid = foreground_uid_atomic_read(); in foreground_uid_match()
325 if (kuid != foreground_uid) in foreground_uid_match()

Completed in 1 milliseconds