blob: abda525b86fb2f2b554d61975274383cd2b6a3d0 [file] [log] [blame]
Eric Jeong674dfcc2020-01-23 15:29:58 -08001#####################################
2# carwatchdog_client_domain(domain)
3# Allow a base set of permissions required for a domain to be a
4# client of a carwatchdog.
5#
6# For example, make some_domain a car watchd client:
7# carwatchdog_client_domain(some_domain)
8#
9define(`carwatchdog_client_domain', `
10typeattribute $1 carwatchdogclient_domain;
11')