Re: [apparmor] [patch] Add tempdir and tempfile handling to AATest

2015-05-29 Thread Christian Boltz
Hello, Am Donnerstag, 28. Mai 2015 schrieb Steve Beattie: On Sun, May 17, 2015 at 10:33:47PM +0200, Christian Boltz wrote: this patch adds writeTmpfile() to AATest to write a file into the tmpdir. If no tmpdir exists yet, automatically create one. createTmpdir() is a separate function

Re: [apparmor] [patch] Add tempdir and tempfile handling to AATest

2015-05-28 Thread Steve Beattie
On Sun, May 17, 2015 at 10:33:47PM +0200, Christian Boltz wrote: this patch adds writeTmpfile() to AATest to write a file into the tmpdir. If no tmpdir exists yet, automatically create one. createTmpdir() is a separate function so that it's possible to manually create the tmpdir (for

[apparmor] [patch] Add tempdir and tempfile handling to AATest

2015-05-17 Thread Christian Boltz
Hallo, this patch adds writeTmpfile() to AATest to write a file into the tmpdir. If no tmpdir exists yet, automatically create one. createTmpdir() is a separate function so that it's possible to manually create the tmpdir (for example, if a test needs an empty tmpdir). Also add a tearDown()