Fix typo in the interface

This commit is contained in:
Miroslav Grepl 2013-02-22 13:58:03 +01:00
parent cc78bcd4dc
commit f2805a12b5

View File

@ -31994,7 +31994,7 @@ index 0000000..595f756
+/var/run/initramfs(/.*)? <<none>> +/var/run/initramfs(/.*)? <<none>>
diff --git a/policy/modules/system/systemd.if b/policy/modules/system/systemd.if diff --git a/policy/modules/system/systemd.if b/policy/modules/system/systemd.if
new file mode 100644 new file mode 100644
index 0000000..8b02900 index 0000000..778b99b
--- /dev/null --- /dev/null
+++ b/policy/modules/system/systemd.if +++ b/policy/modules/system/systemd.if
@@ -0,0 +1,1043 @@ @@ -0,0 +1,1043 @@
@ -33016,7 +33016,7 @@ index 0000000..8b02900
+ +
+ allow $1 systemd_timedated_t:dbus send_msg; + allow $1 systemd_timedated_t:dbus send_msg;
+ allow systemd_timedated_t $1:dbus send_msg; + allow systemd_timedated_t $1:dbus send_msg;
+ ps_process_pattern(systemd_hostnamed_t, $1) + ps_process_pattern(systemd_timedated_t, $1)
+') +')
+ +
+######################################## +########################################