Changeset 988 for vendor/current/testsuite/smbd
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- Location:
- vendor/current/testsuite/smbd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/testsuite/smbd/sec_ctx1.c
r414 r988 27 27 /* Become a non-root user */ 28 28 29 s etuid(1);30 s etgid(1);29 samba_setuid(1); 30 samba_setgid(1); 31 31 32 32 /* Try to push a security context. This should fail with a -
vendor/current/testsuite/smbd/sec_ctx_nonroot.c
r414 r988 28 28 /* Become a non-root user */ 29 29 30 s etuid(1);31 s etgid(1);30 samba_setuid(1); 31 samba_setgid(1); 32 32 33 33 /* Try to push a security context. This should fail with a
Note:
See TracChangeset
for help on using the changeset viewer.