Skip to content

Commit d712151

Browse files
committed
add selinux permissions for bootc
1 parent 3558fa8 commit d712151

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

usr/lib/systemd/system/[email protected]

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@ Nice=-12
77
Restart=on-failure
88
RestartSec=5
99

10+
# Required for bootc to work correctly, otherwise
11+
# the default SELinux context is enough
12+
# FIXME: lower this in the future
13+
SELinuxContext=system_u:unconfined_r:unconfined_t:s0
14+
1015
[Install]
1116
WantedBy=multi-user.target

0 commit comments

Comments
 (0)