sergiusens / snapcraft-preload

Use smart preloading in your snaps to avoid hard coded parts that would fail security.
12 stars 20 forks source link

GLib+GIO fails to fchown in g_file_replace() #23

Open lucyllewy opened 6 years ago

lucyllewy commented 6 years ago

Reproducing:

  1. clone https://github.com/diddledan/snapcraft-preload-glib-test
  2. build and install the snap
  3. run the command glib-test TWICE (the first run creates the test file, which works, and the second run attempts to rewrite it, which fails)