You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Issue
I encountered an issue with the Android system related to enabling fs-verity on the roles.xml file, which is causing errors and preventing the proper functioning of the Roles Persistence feature.
Error Message
bash
Copy code
Failed to enable fs-verity on /data/misc_de/0/apexdata/com.android.permission/roles.xml: Inappropriate ioctl for device
Details
Component: Roles Persistence
Error Source: RolesPersistenceImpl.java
Error Location: com.android.internal.security.VerityUtils.setUpFsverity(VerityUtils.java:80)
Android Version: [Specify Android version]
Description
I am experiencing an error that occurs when the system attempts to enable fs-verity on the roles.xml file located at /data/misc_de/0/apexdata/com.android.permission/roles.xml. This error is causing the Roles Persistence feature to fail.
The error message suggests that the ioctl operation used for enabling fs-verity is inappropriate for the device, which is leading to an IOException.
02:29:35.974 RolesPersistenceImpl (546 648) E java.io.IOException: Failed to enable fs-verity on /data/misc_de/0/apexdata/com.android.permission/roles.xml: Inappropriate ioctl for device
02:29:35.974 RolesPersistenceImpl (546 648) E at com.android.internal.security.VerityUtils.setUpFsverity(VerityUtils.java:80)
02:29:35.974 RolesPersistenceImpl (546 648) E at com.android.server.security.FileIntegrity.setUpFsVerity(FileIntegrity.java:45)
02:29:35.974 RolesPersistenceImpl (546 648) E at com.android.role.persistence.RolesPersistenceImpl.lambda$new$0(RolesPersistenceImpl.java:82)
02:29:35.974 RolesPersistenceImpl (546 648) E at com.android.role.persistence.RolesPersistenceImpl.$r8$lambda$ickGZIv_pRR1EKdSoup5TAIVG7Q(RolesPersistenceImpl.java:0)
02:29:35.974 RolesPersistenceImpl (546 648) E at com.android.role.persistence.RolesPersistenceImpl$$ExternalSyntheticLambda0.enableFsVerity(R8$$SyntheticClass:0)
02:29:35.974 RolesPersistenceImpl (546 648) E at com.android.role.persistence.RolesPersistenceImpl.writeForUser(RolesPersistenceImpl.java:223)
02:29:35.974 RolesPersistenceImpl (546 648) E at com.android.role.RoleUserState.writeFile(RoleUserState.java:392)
02:29:35.974 RolesPersistenceImpl (546 648) E at com.android.role.RoleUserState.$r8$lambda$czjyYmVdh2Bej-XExJPvwTObAeY(RoleUserState.java:0)
02:29:35.974 RolesPersistenceImpl (546 648) E at com.android.role.RoleUserState$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0)
02:29:35.974 RolesPersistenceImpl (546 648) E at android.os.Handler.handleCallback(Handler.java:958)
02:29:35.974 RolesPersistenceImpl (546 648) E at android.os.Handler.dispatchMessage(Handler.java:99)
02:29:35.974 RolesPersistenceImpl (546 648) E at android.os.Looper.loopOnce(Looper.java:205)
02:29:35.974 RolesPersistenceImpl (546 648) E at android.os.Looper.loop(Looper.java:294)
02:29:35.974 RolesPersistenceImpl (546 648) E at android.os.HandlerThread.run(HandlerThread.java:67)
02:29:36.765 WifiStaIfaceAidlImpl (546 666) E getLinkLayerStats failed with service-specific exception: android.os.ServiceSpecificException: (code 4)
02:29:39.786 WifiStaIfaceAidlImpl (546 666) E getLinkLayerStats failed with service-specific exception: android.os.ServiceSpecificException: (code 4)
The text was updated successfully, but these errors were encountered:
Description:
Issue
I encountered an issue with the Android system related to enabling fs-verity on the roles.xml file, which is causing errors and preventing the proper functioning of the Roles Persistence feature.
Error Message
bash
Copy code
Failed to enable fs-verity on /data/misc_de/0/apexdata/com.android.permission/roles.xml: Inappropriate ioctl for device
Details
Component: Roles Persistence
Error Source: RolesPersistenceImpl.java
Error Location: com.android.internal.security.VerityUtils.setUpFsverity(VerityUtils.java:80)
Android Version: [Specify Android version]
Description
I am experiencing an error that occurs when the system attempts to enable fs-verity on the roles.xml file located at /data/misc_de/0/apexdata/com.android.permission/roles.xml. This error is causing the Roles Persistence feature to fail.
The error message suggests that the ioctl operation used for enabling fs-verity is inappropriate for the device, which is leading to an IOException.
The text was updated successfully, but these errors were encountered: