diff --git a/private/compat/26.0/26.0.cil b/private/compat/26.0/26.0.cil
index 12e5c981be1a57f9c52446245b727e493a51a7b9..f7338c6eb4a35494a96b7ae1fc6257509c57a203 100644
--- a/private/compat/26.0/26.0.cil
+++ b/private/compat/26.0/26.0.cil
@@ -598,6 +598,7 @@
     sysfs_dm
     sysfs_dt_firmware_android
     sysfs_ipv4
+    sysfs_kernel_notes
     sysfs_net
     sysfs_power
     sysfs_rtc
diff --git a/private/genfs_contexts b/private/genfs_contexts
index dbff4679bdac7a946090bfdd322a6763e60fa3f9..96728bc32a70fab6ef82cd6f64a5151142d9d2aa 100644
--- a/private/genfs_contexts
+++ b/private/genfs_contexts
@@ -107,6 +107,7 @@ genfscon sysfs /power/wakeup_count u:object_r:sysfs_power:s0
 genfscon sysfs /power/wake_lock u:object_r:sysfs_wake_lock:s0
 genfscon sysfs /power/wake_unlock u:object_r:sysfs_wake_lock:s0
 genfscon sysfs /kernel/ipv4 u:object_r:sysfs_ipv4:s0
+genfscon sysfs /kernel/notes u:object_r:sysfs_kernel_notes:s0
 genfscon sysfs /kernel/uevent_helper u:object_r:sysfs_usermodehelper:s0
 genfscon sysfs /kernel/wakeup_reasons u:object_r:sysfs_wakeup_reasons:s0
 genfscon sysfs /module/lowmemorykiller u:object_r:sysfs_lowmemorykiller:s0
diff --git a/public/file.te b/public/file.te
index 6c11b81e228035864e0a4ae31ecbe14ba75f13f1..d8677e8abb466b0be273563a4a953e7f9a4740aa 100644
--- a/public/file.te
+++ b/public/file.te
@@ -66,6 +66,7 @@ type sysfs_bluetooth_writable, fs_type, sysfs_type, mlstrustedobject;
 type sysfs_dm, fs_type, sysfs_type;
 type sysfs_dt_firmware_android, fs_type, sysfs_type;
 type sysfs_ipv4, fs_type, sysfs_type;
+type sysfs_kernel_notes, fs_type, sysfs_type, mlstrustedobject;
 type sysfs_leds, fs_type, sysfs_type;
 type sysfs_hwrandom, fs_type, sysfs_type;
 type sysfs_nfc_power_writable, fs_type, sysfs_type, mlstrustedobject;