Allow rwx to XFS filesystem on OpenSuSE 13.2

openSuSE 13.2 boasts new BtrFS as it’s default File System. I have 3 Hard drives:

/dev/sda [BtrFS]
  /dev/sda1
  /dev/sda2
  /dev/sda3

/dev/sdb [XFS]
  /dev/sdb1

/dev/sdc [XFS]
  /dev/sdc1

Where /dev/sda holds the OS and other two are for backups. By default the XFS drives /dev/sdb and /dev/sdc are not mounted. They can be mounted with YaST partitioner or they can be mounted on request while in Dolphin.

The problem is when mounting XFS as non-root user it doesn’t give access to read and write. If mounted as root then I have no access to them. Can I mount them at boot and set permissions to allow rwx access on XFS file system to a certain user or user group other than root.

Found solution, hopefully this might be useful for others. By using ACL (while rooted) execute the following:

setfacl -m user:avengers:rwx /run/media/avengers/backup_1