mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
11 lines
260 B
Plaintext
11 lines
260 B
Plaintext
module seadrive 1.2;
|
|
|
|
require {
|
|
type init_t;
|
|
type fusermount_exec_t;
|
|
class file { open read execute execute_no_trans };
|
|
}
|
|
|
|
#============= init_t ==============
|
|
allow init_t fusermount_exec_t:file { open read execute execute_no_trans };
|