-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
51 lines (42 loc) · 1.83 KB
/
Copy pathChangeLog
File metadata and controls
51 lines (42 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
2026-07-13 sqweek <sqweek@gmail.com>
* 1.6 release
* 9mount/9bind: security fix: address TOCTOU race between checking
mountpoint permissions and performing the mount
* 9mount: security fix: address TOCTOU race between checking unix
socket permissions and performing the mount
* Makefile: add support for DESTDIR and non-suid install mode
2026-06-13 sqweek <sqweek@gmail.com>
* 1.5 release
* 9mount: security fix: make nosuid/nodev options actually effective
* 9mount: nosuid is now a default option unless -0 (root-only) is given
* 9mount: fix -x being a no-op for root
2017-04-12 Joakim Sindholt <opensource@zhasha.com>
* 9mount: add support for cache=fscache and cache=mmap
* 9mount: restrict msize to 8192 bytes for non-root
* 9mount: force "nosuid" in options for non-root
* 9mount: verify the mounting user has permission to open socket
2016-10-18 Michael Gehring <mg@ebfe.org>
* 9mount: fix typo in trans=fd mount options
2014-04-10 Michael Gehring <mg@ebfe.org>
* 9mount: avoid ipv6 addresses since v9fs only supports ipv4
2008-11-17 sqweek <sqweek@gmail.com>
* 9mount: unrecognised arguments now generate an error instead of being
silently ignored
2008-07-22 sqweek <sqweek@gmail.com>
* 1.3 release
* 9mount: support for custom uname, cache, msize, virtio, fd transport,
access modes, -d more useful
* 9umount: allow unmounting of even non-9p filesystems in your home dir
* introduced some test cases
* added ISC license
2008-06-20 sqweek <sqweek@gmail.com>
* 1.2 release
* 9mount: support for linux kernels >= 2.6.24
* 9umount: allow unmounting of anything in your home dir
2007-10-16 sqweek <sqweek@gmail.com>
* 1.1 release
* 9bind: new SUID utility for bind mounting
* Makefile: actually install the man page
* 9mount: check that the initial calloc actually succeeds
2007-09-08 sqweek <sqweek@gmail.com>
* 1.0 release