We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8611d3 commit 578c0a9Copy full SHA for 578c0a9
rootdir/init.rc
@@ -1258,6 +1258,9 @@ on property:persist.security.deny_new_usb=dynamic
1258
on property:security.deny_new_usb=*
1259
write /proc/sys/kernel/deny_new_usb ${security.deny_new_usb}
1260
1261
+on property:security.deny_new_usb2=*
1262
+ write /proc/sys/kernel/deny_new_usb2 ${security.deny_new_usb2}
1263
+
1264
# perf_event_open syscall security:
1265
# Newer kernels have the ability to control the use of the syscall via SELinux
1266
# hooks. init tests for this, and sets sys_init.perf_lsm_hooks to 1 if the
0 commit comments