Re: Announce: Handbrake encoder

2016-10-08 Thread Jacob Zimmermann
Is there any documentation about how to use it? On 08/10/16 22:25, Gustavo Niemeyer wrote: > > Please note that the described feature is actually in place already > with the recent freeze. Over the next week we'll be transitioning most > of the hard coded rules to assertions. > > May take a little

Announce: Handbrake encoder

2016-10-07 Thread Jacob Zimmermann
Hi all, I have built a snap package of the Handbrake video encoder. The package name is handbrake-jz. ATTENTION: to use it you MUST run the following command after installation, otherwise it will not work: sudo snap connect handbrake-jz:process-control ubuntu-core:process-control Optionally, to

Re: Announce: DOSBox snapped

2016-10-01 Thread Jacob Zimmermann
On 02/10/16 12:01, Spencer wrote: > What's dos box? PC emulator. It lets you run all the classic MS-DOS games. signature.asc Description: OpenPGP digital signature -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listi

Announce: DOSBox snapped

2016-10-01 Thread Jacob Zimmermann
Hi I just added another piece to my collection of snapped emulators: dosbox-jz. Regards, -- Jacob signature.asc Description: OpenPGP digital signature -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcr

Re: New experimental images

2016-08-19 Thread Jacob Zimmermann
Hi Michael Would it be possible to include btrfs in the image's initramfs? Cheers Jacob On 20/08/16 04:09, Michael Vogt wrote: > Hi, > > we have a set of new experimental images available at: > > http://people.canonical.com/~mvo/all-snaps/16/ > > These images fix some bugs around the new upg

Re: First snaps

2016-08-08 Thread Jacob Zimmermann
Hi Didier > I couldn't get fsuae to work, does it require devmode? (I don't know if > snapd already has the feature to warn/force people to use --devmode when > confinment: devmode is set, Michael?). > > Did you get any issue/missing interfaces that we could report to > upstream (not logged as an b

First snaps

2016-08-07 Thread Jacob Zimmermann
Hi, I finally uploaded some small contributions: - hatari-emulator - fsuae - matroska-tools All in the Candidate channel. Best, Jacob signature.asc Description: OpenPGP digital signature -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists

Re: Overriding seccomp policy: shm_open

2016-08-03 Thread Jacob Zimmermann
> shm_open() is allowed in the default policy for seccomp and if the path > conforms > to this from the default policy for apparmor, then there should be no issues: > > # App-specific access to files and directories in /dev/shm. We allow file > # access in /dev/shm for shm_open() and files in

Overriding seccomp policy: shm_open

2016-07-31 Thread Jacob Zimmermann
Hi I'm trying to get my hands on snapcraft by building a snap of "Hatari" (Atari ST emulator). I got it working nicely in devmode but it won't run under strict confinement, specifically it gets killed when attempting to execute shm_open(). Based on whatever little information I could gather I tri