-
tsoome_jclulow my exec_attr is with date Nov 27 2016, but..... from rbac service log: /usr/sadm/install/scripts/i.rbac : /tmp/rbac.TaaOlt/file not one of prof_attr, exec_attr, auth_attr, user_attr
-
tsoome_therefore it is buggy:D
-
tsoome_but yes, rbac service is the one responsible of merging files from .d directories.
-
tsoome_ok, just as I suspected. /usr/sadm/install/scripts/i.rbac depends on C locale....
-
yuripvtsoome: for that error to show up you have to have system locale other than C{,.UTF-8} right? cause that's what I'm using (the UTF-8) one and don't have any errors in /var/svc/log/system-rbac:default.log
-
tsoomethe usual suspec is decimal separator - dot versus comma
-
tsoomeI did not dig that far to confirm it, but if so, then by my knowledge there are 2 locales about it -- de and et;)
-
yuripvwonder if it's possible to make vim understand the output smatch provides so it would go to the suspect line
-
jclulowyuripv: How do you run smatch under vim?
-
yuripvoh, i just run `make` :)
-
yuripvvim understands gcc errors from the output
-
yuripverr, i mean :make inside the vim
-
jclulowAh!
-
jclulowyuripv: Apparently: The 'errorformat' option specifies a list of formats that are recognized.
-
yuripvjclulow: right, thanks!