mirror of
https://github.com/TommyTran732/Fedora-CoreOS-Ignition.git
synced 2025-02-23 21:11:14 +01:00
8 lines
115 B
Plaintext
8 lines
115 B
Plaintext
module my-pdatesh 1.0;
|
|
|
|
require {
|
|
type init_t;
|
|
type var_t;
|
|
class file { execute execute_no_trans open read };
|
|
}
|