diff options
author | daniml3 <daniel@danielml.dev> | 2022-03-04 14:36:46 -0300 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 21:30:23 +0530 |
commit | 59e11d3ea1b69feb0a7027fa87eb3fd9a7530c87 (patch) | |
tree | aff55f43640279367c4f8dd4010d62b30282d06a | |
parent | 1a421648db04be4a6c315235bb39cc41a073801a (diff) |
veux: sepolicy: Silence system_suspend denials
-rw-r--r-- | sepolicy/private/system_suspend.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/private/system_suspend.te b/sepolicy/private/system_suspend.te new file mode 100644 index 0000000..98a163c --- /dev/null +++ b/sepolicy/private/system_suspend.te @@ -0,0 +1 @@ +dontaudit system_suspend sysfs:dir read;
\ No newline at end of file |