You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module seadrive 1.0;
|
|
|
|
require {
|
|
type init_t;
|
|
type fusermount_exec_t;
|
|
class file execute;
|
|
}
|
|
|
|
#============= init_t ==============
|
|
allow init_t fusermount_exec_t:file execute;
|
|
|