aboutsummaryrefslogtreecommitdiffstats
path: root/test/testsudo_fileutils02.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce `enum class` support via jau::enums and JAU_MAKE_ENUM_IMPL + JAU_MA...Sven Göthel2024-09-281-2/+3
* Add jau::os::UserInfo, extracted POSIX code from testsudo_fileutils02 (TODO: ...Sven Göthel2024-05-011-69/+5
* file_util: Add absolute() and isAbsolute(), make test_fileutils* more robust ...Sven Göthel2024-04-301-4/+3
* ClangTidy: Fix test codeSven Gothel2022-11-211-2/+2
* testsudo_fileutils02: Use group-name and derive group-id in test via 'getent'Sven Gothel2022-10-171-4/+28
* jau::fs::[u]mountflags_linux: Use 'enum class' and simple lower-case names to...Sven Gothel2022-10-171-2/+2
* Complete full `jau::fs::mount()` and `umount()`Sven Gothel2022-08-311-2/+12
* FreeBSD Support: Build infrastucture, use $os_name-$archabi, ... (1/2)Sven Gothel2022-07-241-1/+2
* test_fileutils: Add optional test for a vfat filesystem destination (C++, Jav...Sven Gothel2022-07-201-1/+5
* Data-Race-Free (DRF) jau::fs::copy() and remove(): Use `dirfd` `openat()` etc...Sven Gothel2022-07-181-0/+2
* Use test group 'cdrom' 24, default on Debian and Ubuntu; Enforce 'cdrom' grou...Sven Gothel2022-07-071-1/+4
* testsudo_fileutils02: One common user level print_creds()Sven Gothel2022-06-261-2/+1
* testsudo_fileutils02: Mode user+caps: Enforce small group-set w/ fixed gid 60...Sven Gothel2022-06-251-0/+6
* testsudo_fileutils02: Run w/ capsh `cap_sys_admin,cap_setuid,cap_setgid+eip` ...Sven Gothel2022-06-251-17/+295
* Add jau::fs::mount_image() and umount(), enable testing via '-DTEST_WITH_SUDO...Sven Gothel2022-06-231-0/+61