Lines Matching refs:daemon
39 CacheFiles uses a userspace daemon to do some of the cache management - such as
49 to communication with the daemon. Only one thing may have this open at once,
50 and while it is open, a cache is at least partially in existence. The daemon
67 The use of CacheFiles and its daemon requires the following features to be
123 The cache is started by running the daemon. The daemon opens the cache device,
127 The daemon is run as follows::
152 mountpoints, but the daemon can't avoid them.
204 The userspace daemon scans the cache to build up a table of cullable objects.
221 to the graveyard from which the daemon will actually delete them.
223 The daemon uses dnotify to monitor the graveyard directory, and will delete
319 (presumed to be the cachefilesd daemon), which by default will be::
324 daemon's label. By default, this will be::
328 SELinux transitions the daemon's security ID to the module's security ID
331 type_transition <daemon's-ID> kernel_t : process <module's-ID>;
343 The daemon's security ID gives it only a very restricted set of permissions: it
402 cache management daemon (cachefilesd).