diff --git a/private/compat/29.0/29.0.ignore.cil b/private/compat/29.0/29.0.ignore.cil index 3838f54dd..e5a01de2b 100644 --- a/private/compat/29.0/29.0.ignore.cil +++ b/private/compat/29.0/29.0.ignore.cil @@ -44,7 +44,6 @@ hal_rebootescrow_service hal_tv_tuner_hwservice hal_vibrator_service - incfs incremental_service init_perf_lsm_hooks_prop init_svc_debug_prop diff --git a/private/genfs_contexts b/private/genfs_contexts index 92ef6a8d3..ccf678452 100644 --- a/private/genfs_contexts +++ b/private/genfs_contexts @@ -311,4 +311,3 @@ genfscon functionfs / u:object_r:functionfs:s0 genfscon usbfs / u:object_r:usbfs:s0 genfscon binfmt_misc / u:object_r:binfmt_miscfs:s0 genfscon bpf / u:object_r:fs_bpf:s0 -genfscon incremental-fs / u:object_r:incfs:s0 diff --git a/public/file.te b/public/file.te index a0d4cdf5c..ddae67894 100644 --- a/public/file.te +++ b/public/file.te @@ -145,8 +145,6 @@ type usbfs, fs_type; type binfmt_miscfs, fs_type; type app_fusefs, fs_type, contextmount_type; -type incfs, fs_type; - # File types type unlabeled, file_type;