Add missing x_device rules for XI2 functions, from Eamon Walsh.
> Whats the difference between add/remove and create/destroy? > > The devices are in a kind of hierarchy. You can now create one or more > "master devices" (mouse cursor and keyboard focus). The physical input > devices are "slave devices" that attach to master devices. > > Add/remove controls the ability to add/remove slave devices from a > master device. Create/destroy controls the ability to create new master > devices.
This commit is contained in:
parent
2a77737d4e
commit
4254cec711
|
@ -1,3 +1,4 @@
|
||||||
|
- Add missing x_device rules for XI2 functions, from Eamon Walsh.
|
||||||
- Add missing rules to make unconfined_cronjob_t a valid cron job domain.
|
- Add missing rules to make unconfined_cronjob_t a valid cron job domain.
|
||||||
- Add btrfs and ext4 to labeling targets.
|
- Add btrfs and ext4 to labeling targets.
|
||||||
- Fix infrastructure to expand macros in initrc_context when installing.
|
- Fix infrastructure to expand macros in initrc_context when installing.
|
||||||
|
|
|
@ -544,6 +544,8 @@ class x_device
|
||||||
set_property
|
set_property
|
||||||
add
|
add
|
||||||
remove
|
remove
|
||||||
|
create
|
||||||
|
destroy
|
||||||
}
|
}
|
||||||
|
|
||||||
class x_server
|
class x_server
|
||||||
|
|
Loading…
Reference in New Issue