Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01f7cf79 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am 7e64c143: Merge "Add legacy layout support to FUSE, enforce write." into klp-dev

* commit '7e64c143':
  Add legacy layout support to FUSE, enforce write.
parents ceaf05fa 7e64c143
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ map_file(const char* filename, size_t* filesize)
        goto EXIT;

    /* Ensure that the file is owned by the system user */
    if ((st.st_uid != AID_SYSTEM) || (st.st_gid != AID_SYSTEM)) {
    if ((st.st_uid != AID_SYSTEM) || (st.st_gid != AID_PACKAGE_INFO)) {
        goto EXIT;
    }

+263 −67

File changed.

Preview size limit exceeded, changes collapsed.