Changeset 2568
- Timestamp:
- Nov 26, 2009, 9:46:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-dev/invirt-build-conf
r2567 r2568 39 39 acl_fd, acl_name = tempfile.mkstemp() 40 40 acl_fd = os.fdopen(acl_fd) 41 print >>acl_fd, '\n'.join(user (a) for a in acl)41 print >>acl_fd, '\n'.join(userToPrinc(a) for a in acl) 42 42 43 43 acl_path = os.path.join('/etc/remctl/acl/build-%s' % pocket)
Note: See TracChangeset
for help on using the changeset viewer.