Skip to content

Commit d90b59c

Browse files
committed
wayland: grant access to /dev/input for libinput
Signed-off-by: Rahul Sandhu <[email protected]>
1 parent 0179b71 commit d90b59c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

policy/modules/session/wayland.te

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ userdom_user_runtime_filetrans(wayland_compositor, wayland_runtime_t, file, "way
6666
# GPU Access
6767
dev_rw_dri(wayland_compositor)
6868

69+
# libinput
70+
dev_rw_input_dev(wayland_compositor)
71+
6972
files_read_usr_files(wayland_compositor)
7073

7174
# Fonts

0 commit comments

Comments
 (0)