]> git.ipfire.org Git - thirdparty/systemd.git/commit - .gitignore
tests: add test-execute
authorRonny Chevalier <chevalier.ronny@gmail.com>
Tue, 11 Nov 2014 19:05:40 +0000 (20:05 +0100)
committerTom Gundersen <teg@jklm.no>
Thu, 13 Nov 2014 09:39:51 +0000 (10:39 +0100)
commit281e05b6cb406debe7b290e5aee8eae049671c14
treeee124bff7761e50b38a46745c1b110837f3cf7bd
parent07aa32e31d82d1239a618e07adedaecd35d96b27
tests: add test-execute

add tests for the following directives:
- WorkingDirectory
- Personality
- IgnoreSIGPIPE
- PrivateTmp
- SystemCallFilter: It makes test/TEST-04-SECCOMP obsolete, so it has
  been removed.
- SystemCallErrorNumber
- User
- Group
- Environment
25 files changed:
.gitignore
Makefile.am
src/test/test-execute.c [new file with mode: 0644]
test/TEST-04-SECCOMP/Makefile [deleted symlink]
test/TEST-04-SECCOMP/test-seccomp.sh [deleted file]
test/TEST-04-SECCOMP/test.sh [deleted file]
test/exec-environment-empty.service [new file with mode: 0644]
test/exec-environment-multiple.service [new file with mode: 0644]
test/exec-environment.service [new file with mode: 0644]
test/exec-group.service [new file with mode: 0644]
test/exec-ignoresigpipe-no.service [new file with mode: 0644]
test/exec-ignoresigpipe-yes.service [new file with mode: 0644]
test/exec-personality-x86-64.service [new file with mode: 0644]
test/exec-personality-x86.service [new file with mode: 0644]
test/exec-privatedevices-no.service [new file with mode: 0644]
test/exec-privatedevices-yes.service [new file with mode: 0644]
test/exec-privatetmp-no.service [new file with mode: 0644]
test/exec-privatetmp-yes.service [new file with mode: 0644]
test/exec-systemcallerrornumber.service [new file with mode: 0644]
test/exec-systemcallfilter-failing.service [moved from test/TEST-04-SECCOMP/will-fail.service with 78% similarity]
test/exec-systemcallfilter-failing2.service [moved from test/TEST-04-SECCOMP/will-fail2.service with 79% similarity]
test/exec-systemcallfilter-not-failing.service [moved from test/TEST-04-SECCOMP/will-not-fail.service with 82% similarity]
test/exec-systemcallfilter-not-failing2.service [moved from test/TEST-04-SECCOMP/will-not-fail2.service with 63% similarity]
test/exec-user.service [new file with mode: 0644]
test/exec-workingdirectory.service [new file with mode: 0644]