[gstreamer-bugs] [Bug 331295] gnomevfssink doesn't respect umask when creating files
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Wed Feb 15 09:17:35 PST 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=331295
GStreamer | gst-plugins-good | Ver: 0.10.x
Ross Burton changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ross at burtonini.com
AssignedTo|sound-juicer- |gstreamer-
|maint at gnome.bugs |bugs at lists.sourceforge.net
Status|UNCONFIRMED |NEW
Component|ripping |gst-plugins-good
Ever Confirmed|0 |1
Product|sound-juicer |GStreamer
QAContact|sound-juicer- |gstreamer-
|maint at gnome.bugs |bugs at lists.sourceforge.net
Summary|default permissions on |gnomevfssink doesn't respect
|ripped files unchangable |umask when creating files
Target Milestone|--- |HEAD
Version|2.12.x |0.10.x
------- Comment #1 from Ross Burton 2006-02-15 17:17 UTC -------
Sound Juicer doesn't enforce a permissions, this must be the gnomevfssink. I
confirmed with this gst-launch:
$ umask 0000
$ touch /tmp/foo && ls -l /tmp/foo && rm -f /tmp/foo
-rw-rw-rw- 1 ross ross 0 2006-02-15 17:15 /tmp/foo
$ gst-launch-0.10 fakesrc num-buffers=1 ! gnomevfssink
location=file:///tmp/fooSetting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 363000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...
$ ll /tmp/foo
-rw-r----- 1 ross ross 0 2006-02-15 17:16 /tmp/foo
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list