RE: [PATCH v4] sscanf: implement basic character sets

2016-04-05 Thread Shahbaz Youssefi
Note: CC me I just read on lwn about the implementation of `%[` in sscanf. Just wanted to point out my implementation (which supports `]` ranges (`-`) and negation (`^`)) and let you know that you are free to take code/inspiration from it: https://github.com/ShabbyX/kio/blob/master/src/scanf.c#L3

Re: Partially Privileged Applications

2013-11-12 Thread Shahbaz Youssefi
56 PM, Levente Kurusa wrote: > 2013-11-11 19:44 keltezéssel, Matthias Schniedermeyer írta: >> On 11.11.2013 14:05, Shahbaz Youssefi wrote: >>> On Sun, Nov 10, 2013 at 8:06 PM, Matthias Schniedermeyer >>> wrote: >>>> I don't see a way around "borders&qu

Re: Partially Privileged Applications

2013-11-11 Thread Shahbaz Youssefi
On Sun, Nov 10, 2013 at 8:06 PM, Matthias Schniedermeyer wrote: > I don't see a way around "borders" (Papers please), otherwise you can't > reject things you don't want, you have to check if that something that > is to be done is allowed. For e.g. you would get around every > permission-check, bec

Re: Partially Privileged Applications

2013-11-10 Thread Shahbaz Youssefi
er wrote: > On Sun, Nov 10, 2013 at 4:03 PM, Shahbaz Youssefi wrote: >> Dear all, >> >> First, please CC replies to myself. Second, this is an RFC. >> >> I've been tampering with an idea for some time now and I've done some >> research. Fin

Partially Privileged Applications

2013-11-10 Thread Shahbaz Youssefi
Dear all, First, please CC replies to myself. Second, this is an RFC. I've been tampering with an idea for some time now and I've done some research. Finally, I wrote it down here (a terrible place as it turned out): http://shahbaz-youssefi.blogspot.it/2013/11/partially-privileged-applications.h