
'writable' is more common than 'writeable' in the commit message. http://wikidiff.com/writable/writeable Change-Id: I45aa36014f910f34e6d1a6bb3488887482c80ce3
11 lines
312 B
XML
11 lines
312 B
XML
# ironic-rootwrap command filters for disk manipulation
|
|
# This file should be owned by (and only-writable by) the root user
|
|
|
|
[Filters]
|
|
# ironic/drivers/modules/deploy_utils.py
|
|
iscsiadm: CommandFilter, iscsiadm, root
|
|
|
|
# ironic/common/utils.py
|
|
mount: CommandFilter, mount, root
|
|
umount: CommandFilter, umount, root
|