diff options
author | Johannes Lundberg <johalun0@gmail.com> | 2017-07-24 18:26:34 +0200 |
---|---|---|
committer | Johannes Lundberg <johalun0@gmail.com> | 2017-07-24 18:38:04 +0200 |
commit | cf292fabde009192f5a5223eaeac4540e01276b5 (patch) | |
tree | 34e21f6892fb7c47018b42bea683f2708fb86dae | |
parent | 47754642f8dd57b26d862f74f732b6c4a43ca23f (diff) |
security: enabled ipc on freebsd
-rw-r--r-- | security.d/10-freebsd.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/security.d/10-freebsd.in b/security.d/10-freebsd.in index de405f70..533b526a 100644 --- a/security.d/10-freebsd.in +++ b/security.d/10-freebsd.in @@ -9,4 +9,11 @@ # Configures enabled compositor features for specific programs permit * fullscreen keyboard mouse background screenshot panel lock +ipc * { + * enabled + events { + * enabled + } +} + |