7 lines
75 B
Go
7 lines
75 B
Go
|
// +build !linux
|
||
|
|
||
|
package daemon
|
||
|
|
||
|
func installDefaultAppArmorProfile() {
|
||
|
}
|