selinux/policycoreutils/modules
Petr Lautrbach 8c7670c1e6 policycoreutils/modules: Use filesystem_type instead of fs_t
Sometime, /tmp can be tmpfs_t so we need to allow test_t to be associated to all
filesystem types.

Fixes:
:: [ 08:16:37 ] :: [  BEGIN   ] :: Running 'chcon -t test_t test_file'
chcon: failed to change context of 'test_file' to ‘unconfined_u:object_r:test_t:s0’: Permission denied
:: [ 08:16:37 ] :: [   FAIL   ] :: Command 'chcon -t test_t test_file' (Expected 0, got 1)

type=AVC msg=audit(1552392203.833:2467): avc:  denied  { associate } for  pid=571 comm="chcon" name="test_file" dev="tmpfs" ino=77668 scontext=unconfined_u:object_r:test_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=filesystem permissive=0
2019-03-12 13:37:06 +01:00
..
main.fmf Fix path meta data 2018-10-14 21:52:42 +02:00
Makefile test basic module functionality 2018-07-31 21:22:12 +02:00
PURPOSE test basic module functionality 2018-07-31 21:22:12 +02:00
runtest.sh policycoreutils/modules: Use filesystem_type instead of fs_t 2019-03-12 13:37:06 +01:00