History log of /src/tests/fs/vfs/t_unpriv.c |
Revision | | Date | Author | Comments |
1.16 |
| 28-Nov-2018 |
hannken | branches: 1.16.12; Redo the access check for setting va_flags in zfs_netbsd_setattr().
Use user flag UF_NODUMP instead of UF_IMMUTABLE for the test as it is the only user flag supported by all tested file systems.
PR kern/47656 test zfs_flags.
|
1.15 |
| 28-Nov-2018 |
hannken | Add missing access check for REMOVE into zfs_netbsd_lookup().
PR kern/47656 test zfs_dirperms.
|
1.14 |
| 28-Nov-2018 |
hannken | Add missing access check for setting va_Xtime into zfs_netbsd_setattr().
PR kern/47656 test zfs_times.
|
1.13 |
| 13-Jan-2017 |
christos | branches: 1.13.12; 1.13.14; Don't play with "../.." in includes for h_macros.h; deal with it centrally. Minor fixes.
|
1.12 |
| 09-Apr-2015 |
riastradh | branches: 1.12.2; Apparently I fixed t_unpriv:zfs_owner and didn't notice.
|
1.11 |
| 29-Aug-2014 |
gson | Don't pass an uninitialized variable as the times[] argument of rump_sys_utimes(). Instead, pass combinations of values representing edge cases: the farthest possible past, the epoch, and the farthest possible future. Now the excessive runtime reported in PR bin/49144 occurs reliably, on multiple architectures, and not only with udf, but also with msdosfs.
|
1.10 |
| 16-Mar-2013 |
jmmv | Mark a bunch of routinely-broken ZFS tests as expected failures. Point them at PR kern/47656.
|
1.9 |
| 04-Apr-2012 |
njoly | branches: 1.9.2; New testcase that check file flags with unprivileged credentials.
|
1.8 |
| 26-Mar-2012 |
njoly | Now that permissions for msdos have been fixed, kill times() special case which was wrong.
|
1.7 |
| 23-Mar-2012 |
njoly | Extend times testcase to check for non null time values too.
|
1.6 |
| 15-Mar-2012 |
njoly | Add another testcase that check setting file times with unprivileged credentials.
|
1.5 |
| 09-Feb-2012 |
njoly | Add a testcase which checks that directory permissions are honored for file creation/deletion with unprivileged credentials.
releng ok.
|
1.4 |
| 31-Jan-2012 |
njoly | owner testcase now succeed with rumpfs.
|
1.3 |
| 27-Jan-2012 |
njoly | unpriv owner test now pass for sysvbfs.
|
1.2 |
| 08-Oct-2011 |
njoly | branches: 1.2.2; USE_OWNER -> USES_OWNER for consistency with other macros.
|
1.1 |
| 06-Jan-2011 |
njoly | Start unprivileged filesystem tests. For now, only chown/chmod owner checks.
|
1.2.2.2 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.2.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.9.2.1 |
| 23-Jun-2013 |
tls | resync from head
|
1.12.2.1 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.13.14.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.13.12.1 |
| 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|
1.16.12.2 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|
1.16.12.1 |
| 12-Aug-2024 |
perseant | Add exFAT conditions to vfs tests
|