Commit 11e3485c authored by Federico Vaga's avatar Federico Vaga

sw: fix devnode permission

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent f6f73da4
......@@ -39,7 +39,7 @@ static DEFINE_IDA(trtl_ida);
static int trtl_dev_uevent(struct device *dev, struct kobj_uevent_env *env)
{
add_uevent_var(env, "DEVMODE=%#o", 0440);
add_uevent_var(env, "DEVMODE=%#o", 0660);
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment