Lines Matching refs:it
40 drop-ins. However this is not recommended, as it is fully safe only if these
67 ones. This reduces the surface for local DoS attacks substantially. While it is
68 recommended to turn this option on, it's highly recommended for applications
75 temporary files stored in it is substantially different from the case where
87 `systemd-tmpfiles` btw, it's inherited from previous subsystems such as
94 other hand it creates problems for long-running software that does not expect
95 temporary files it operates on to be suddenly removed. There are a couple of
99 operate on open, and only access the files through them. This way it doesn't
102 reading and writing. When operating this way it is recommended to delete the
123 descriptors opened by a process are implicitly closed when it exits, this is
125 when the program that owns them dies, but not while it is still running. Use
137 looks at the access time of files when deciding whether to delete them, it's
153 above. When this is not desired, it's possible to create private per-package
155 do note that this means opting out of any kind of automatic clean-up, and it
170 much like with the previous option it's hence essential that the program
171 generating these temporary files carefully removes the temporary files it
172 creates again, and in particular so if it dies unexpectedly.
217 not advisable however, as it offers no benefits over a private directory in
222 problematic as it is world-writable and there's no automatic clean-up logic in