diff options
author | David Zeuthen <david@fubar.dk> | 2004-10-12 20:17:08 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2004-10-12 20:17:08 +0000 |
commit | a13667e286dd208615de84fbd6cb761ebda51970 (patch) | |
tree | 1bf0a193d485adc62e513372fcb6bbbe8c9e44d1 /fdi/Makefile.am | |
parent | a872da810071f47f74b97f41f687276e5c03bcca (diff) |
First part of big patch to use .fdi files for policy properties.
Add a bunch of new configure.in variables
Add conf directory
New file
New file
New file
New file
New file
New File
New file
New file
Added new subdirs
Link with libselinux if selinux is enabled
New function (hal_device_copy_property): New function
Add prototypes for two new functions
New function (match_compare_property): New function (handle_match): Allow
property names to contain UDI dirct and indirect references. Add
support for 'exists', 'empty', 'is_absolute_path', 'compare_lt',
'compare_le', 'compare_gt', 'compare_ge' (handle_merge): Add support
for 'copy_property' (handle_append): New function (start): Support new
'append' operation (like merge) (end): Also support
MERGE_TYPE_COPY_PROPERTY. Fixup compare bug in match_depth_first_fail
that made several matches on the same level impossible.
(process_fdi_file): Init match_depth_first_fail to -1
Add selinux support to root computer device object.
Diffstat (limited to 'fdi/Makefile.am')
-rw-r--r-- | fdi/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fdi/Makefile.am b/fdi/Makefile.am index c9088652..53179cdc 100644 --- a/fdi/Makefile.am +++ b/fdi/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = 10generic 20freedesktop +SUBDIRS = 10generic 20freedesktop 30osvendor 40oem 50user 90defaultpolicy 95userpolicy EXTRA_DIST = fdi.dtd fdi.rng |