2011/4/12 Frank Brodbeck <[email protected]> > group. I am pretty unsure about my choice of F_SETSECGROUP, didn't knew > if I should choose 0x1200 or 0x1001 or even something completely > different. > +++ src/usr.sbin/user/user.c 12 Apr 2011 17:36:01 -0000 > @@ -101,7 +101,8 @@ > F_SHELL = 0x0200, > F_UID = 0x0400, > F_USERNAME = 0x0800, > - F_CLASS = 0x1000 > + F_CLASS = 0x1000, > + F_SETSECGROUP = 0x1001 > }; > > The pattern of doubling values (meaning they indicate a specific bit each, as in 2^0, 2^1, 2^2 and so on) is rather obvious.
-- To our sweethearts and wives. May they never meet. -- 19th century toast
