Codebase list bsdowl / eb10b65
Fix support for PolicyKit Local Authority Michael Grünewald 9 years ago
1 changed file(s) with 11 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
4040 # Device information files for the HAL system
4141 #
4242 #
43 # PKA [not set]
44 # PolicyKit autorisations
43 # PKLA [not set]
44 # PolicyKit Local Authority
4545 #
4646 #
4747 # KERN [not set]
164164 FDIMODE?= 444
165165
166166 #
167 # PKA, PolKit Authorisations
168 #
169
170 FILESGROUPS+= PKA
171
172 PKADIR?= ${JAILDIR}${LOCALBASE}/etc/polkit-1/localauthority/50-local.d
173 PKAOWN?= ${BASEOWN}
174 PKAGRP?= ${BASEGRP}
175 PKAMODE?= 444
167 # PKLA, PolKit Local Authority
168 #
169
170 FILESGROUPS+= PKLA
171
172 PKLADIR?= ${JAILDIR}${LOCALBASE}/etc/polkit-1/localauthority/50-local.d
173 PKLAOWN?= ${BASEOWN}
174 PKLAGRP?= ${BASEGRP}
175 PKLAMODE?= 444
176176
177177
178178 #