Displaying 3 results from an estimated 3 matches for "transienc".
Did you mean:
transient
2005 Sep 19
0
RUXCON 2005 Update
...towards the Artificial Hacker - Ashley Fox
9. Attack automation - Roelof Temmingh
10. Electronic Evidence - a Law Enforcement Perspective - Jason
Beckett
11. Beyond NX: An attackers guide to anti-exploitation technology for
Windows - Ben Nagy
12. Crypto Rodeo - Amy Beth Corman
13. Trust Transience: Post Intrusion SSH Hijacking - Metlstorm
14. Attacking WiFi with traffic injection - Cedric "Sid" Blanche
15. Securing Modern Web Applications - Nik Cubrilovic
16. Malware Analysis - Nicolas Brulez
17. Deaf, Dumb and Mute: Defeating Network Intrusion Detection Systems (NIDS) - C...
2020 Mar 17
0
Re: [PATCH nbdkit v2] New tmpdisk plugin.
...; +the file to create the empty filesystem, and this filesystem is served
> +to the client. Unlike L<nbdkit-linuxdisk-plugin(1)> each client of
> +this plugin sees a different disk.
As you said earlier, we may someday want a mode where the cow filter or
similar can provide per-client transience to any plugin, but this plugin
does indeed seem useful on its own.
> +=head2 Security considerations
> +
> +Because each client gets a new disk, the amount of disk space
> +required on the server can be as much as
> +S<<< I<number of clients> × I<size parameter&g...
2020 Mar 17
2
[PATCH nbdkit v2] New tmpdisk plugin.
This can be used for creating temporary disks to thin clients, as a
kind of "remote tmpfs".
See also:
https://www.redhat.com/archives/libguestfs/2020-March/msg00134.html
---
plugins/data/nbdkit-data-plugin.pod | 1 +
plugins/file/nbdkit-file-plugin.pod | 1 +
plugins/linuxdisk/nbdkit-linuxdisk-plugin.pod | 7 +-
plugins/memory/nbdkit-memory-plugin.pod |