mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-30 19:25:36 +02:00
Update to 2024-01-08 11:00
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
module seadrive 1.0;
|
||||
module seadrive 1.1;
|
||||
|
||||
require {
|
||||
type init_t;
|
||||
type fusermount_exec_t;
|
||||
class file execute;
|
||||
class file { open read execute };
|
||||
}
|
||||
|
||||
#============= init_t ==============
|
||||
allow init_t fusermount_exec_t:file execute;
|
||||
allow init_t fusermount_exec_t:file { open read execute };
|
||||
|
Reference in New Issue
Block a user