Lines Matching full:process
9 The process starts by either the kernel requesting a service by calling
63 The userspace interface links the key to a keyring associated with the process
73 The Process
78 1) Process A calls request_key() [the userspace syscall calls the kernel
81 2) request_key() searches the process's subscribed keyrings to see if there's
83 and callout_info is not set, an error is returned. Otherwise the process
91 b) An authorisation key V that refers to key U and notes that process A
107 This will permit it to then search the keyrings of process A with the
108 UID, GID, groups and security info of process A as if it was process A,
124 context specified by auth key X will still be process A, as it was in auth key
127 This is because process A's keyrings can't simply be attached to
144 Should the /sbin/request-key process exit anything other than 0 or die on a
169 The process stops immediately a valid key is found with permission granted to
179 1) If extant, the process's thread keyring is searched.
181 2) If extant, the process's process keyring is searched.
183 3) The process's session keyring is searched.
185 4) If the process has assumed the authority associated with a request_key()
188 a) If extant, the calling process's thread keyring is searched.
190 b) If extant, the calling process's process keyring is searched.
192 c) The calling process's session keyring is searched.