mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2025-02-23 15:00
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
module seadrive 1.1;
|
||||
module seadrive 1.2;
|
||||
|
||||
require {
|
||||
type init_t;
|
||||
type fusermount_exec_t;
|
||||
class file { open read execute };
|
||||
class file { open read execute execute_no_trans };
|
||||
}
|
||||
|
||||
#============= init_t ==============
|
||||
allow init_t fusermount_exec_t:file { open read execute };
|
||||
allow init_t fusermount_exec_t:file { open read execute execute_no_trans };
|
||||
|
Reference in New Issue
Block a user